added new gametypes for parser
This commit is contained in:
parent
b98950b121
commit
90573903da
@ -5,6 +5,10 @@ public enum GameType
|
||||
//Mini
|
||||
Other("Other"),
|
||||
Unknown("Unknown"),
|
||||
Upload("Upload"),
|
||||
|
||||
Lobby("Lobby"),
|
||||
|
||||
BaconBrawl("Bacon Brawl"),
|
||||
Barbarians("A Barbarians Life"),
|
||||
Bridge("The Bridges"),
|
||||
@ -54,6 +58,7 @@ public enum GameType
|
||||
WitherAssault("Wither Assault"),
|
||||
Wizards("Wizards"),
|
||||
ZombieSurvival("Zombie Survival"),
|
||||
|
||||
None("None");
|
||||
|
||||
String _name;
|
||||
|
Loading…
Reference in New Issue
Block a user