add level skeleton
This commit is contained in:
@@ -8,9 +8,11 @@ type Domain struct {
|
||||
Context Context
|
||||
MenuMap konstructor.MenuMap
|
||||
DialogMap konstructor.DialogMap
|
||||
Levels []konstructor.Level
|
||||
}
|
||||
|
||||
func (d *Domain) Init() {
|
||||
d.InitMenu()
|
||||
d.InitDialog()
|
||||
d.InitLevel()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user