Added a Gamemode for selling interfaces, as well as the base of the player/merchant interaction, related to issue #18
This commit is contained in:
@ -26,6 +26,7 @@ class GameMode(Enum):
|
||||
PLAY = auto()
|
||||
SETTINGS = auto()
|
||||
INVENTORY = auto()
|
||||
STORE = auto()
|
||||
|
||||
|
||||
class KeyValues(Enum):
|
||||
|
Reference in New Issue
Block a user