DomainBaseFields

This commit is contained in:
2023-07-07 00:27:22 +02:00
parent 88401697c7
commit 13920d66b7
2 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
package konstructor
type DomainBaseFields struct {
MenuMap MenuMap
DialogMap DialogMap
Levels []Level
ObjectTypeMap ObjectTypeMap
}
type DomainInterface interface {
Init()