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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/splitscreen_duo/command.py b/src/splitscreen_duo/command.py
index df42a5a..df70b93 100644
--- a/src/splitscreen_duo/command.py
+++ b/src/splitscreen_duo/command.py
@@ -4,3 +4,4 @@ from enum import Enum
class Command(Enum):
QUIT = 0
SELECT_GAME = 1
+ SCORE = 2