merge entity package to konstructor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package domain
|
||||
|
||||
import "game/konstructor/entity"
|
||||
import "game/konstructor"
|
||||
|
||||
func (d *Domain) Process(options entity.DomainProcessArgs) {
|
||||
func (d *Domain) Process(options konstructor.DomainProcessArgs) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user