We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fa92b commit 0b301b3Copy full SHA for 0b301b3
mcc_api/event/enums.py
@@ -41,6 +41,7 @@ class Game(UpperStrEnum):
41
MG_LOCKOUT_BINGO = auto()
42
MG_FOOT_RACE = auto()
43
MG_ROCKET_SPLEEF_OLD = auto()
44
+ MG_RAILROAD_RUSH = auto()
45
46
47
class Team(UpperStrEnum):
0 commit comments