add level skeleton
This commit is contained in:
@@ -15,6 +15,7 @@ type DomainInterface interface {
|
||||
SetMenu(name string, menu Menu)
|
||||
GetDialog(name string) Dialog
|
||||
SetDialog(name string, menu Dialog)
|
||||
GetLevel(index int) Level
|
||||
}
|
||||
|
||||
type ScreenSettings struct {
|
||||
|
||||
Reference in New Issue
Block a user