DomainProcess skeleton

This commit is contained in:
2023-07-05 21:45:23 +02:00
parent d61a491731
commit 7864282f02
3 changed files with 21 additions and 1 deletions

7
domain/process.go Normal file
View File

@@ -0,0 +1,7 @@
package domain
import "game/konstructor/entity"
func (d *Domain) Process(options entity.DomainProcessOptions) {
}