8 lines
114 B
Go
8 lines
114 B
Go
package domain
|
|
|
|
import "game/konstructor/entity"
|
|
|
|
func (d *Domain) Process(options entity.DomainProcessArgs) {
|
|
|
|
}
|