DomainProcess skeleton
This commit is contained in:
7
domain/process.go
Normal file
7
domain/process.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package domain
|
||||
|
||||
import "game/konstructor/entity"
|
||||
|
||||
func (d *Domain) Process(options entity.DomainProcessOptions) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user