aboutsummaryrefslogtreecommitdiff
path: root/src/splitscreen_duo/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/splitscreen_duo/command.py')
-rw-r--r--src/splitscreen_duo/command.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/splitscreen_duo/command.py b/src/splitscreen_duo/command.py
index df70b93..79cd716 100644
--- a/src/splitscreen_duo/command.py
+++ b/src/splitscreen_duo/command.py
@@ -5,3 +5,7 @@ class Command(Enum):
QUIT = 0
SELECT_GAME = 1
SCORE = 2
+ STATS = 3
+ GAME_ENDED = 4
+ ENTER_JOINT_MODE = 5
+ EXIT_JOINT_MODE = 6