Skip to content

Commit

Permalink
Merge pull request #108 from ZetaTwo/coopcampaign-enum
Browse files Browse the repository at this point in the history
Add Co-Op Campaign to game type enum
  • Loading branch information
happyleavesaoc authored Sep 27, 2024
2 parents deea5c4 + 9425642 commit 5b69dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mgz/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def GameTypeEnum(ctx):
CaptureTheRelic=10,
SuddenDeath=11,
BattleRoyale=12,
EmpireWars=13
EmpireWars=13,
CoOpCampaign=15
)

def ObjectTypeEnum(ctx):
Expand Down

0 comments on commit 5b69dae

Please sign in to comment.