controller keymap fix, inventory skeleton
This commit is contained in:
@@ -7,4 +7,7 @@ type DomainInterface interface {
|
||||
GetDialog(name string) Dialog
|
||||
SetDialog(name string, menu Dialog)
|
||||
GetLevel(index int) Level
|
||||
AddToInventory(item *Item) bool
|
||||
RemoveFromInventory(item *Item) bool
|
||||
UseInventoryItem(item *Item) bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user