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