object_type.go

This commit is contained in:
2023-07-07 00:24:22 +02:00
parent 457d08080f
commit 88401697c7
5 changed files with 37 additions and 20 deletions

View File

@@ -5,10 +5,11 @@ import (
)
type Domain struct {
Context Context
MenuMap konstructor.MenuMap
DialogMap konstructor.DialogMap
Levels []konstructor.Level
Context Context
MenuMap konstructor.MenuMap
DialogMap konstructor.DialogMap
Levels []konstructor.Level
ObjectTypeMap konstructor.ObjectTypeMap
}
func (d *Domain) Init() {