render GetImage and replace Options prefix to Args
This commit is contained in:
@@ -2,6 +2,6 @@ package domain
|
||||
|
||||
import "game/konstructor/entity"
|
||||
|
||||
func (d *Domain) Process(options entity.DomainProcessOptions) {
|
||||
func (d *Domain) Process(options entity.DomainProcessArgs) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user