mirror of
https://github.com/ArthurDanjou/WitchRush.git
synced 2026-01-18 05:58:05 +01:00
commited up !
This commit is contained in:
12
src/main/java/net/berrygames/witchrush/game/GameState.java
Normal file
12
src/main/java/net/berrygames/witchrush/game/GameState.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package net.berrygames.witchrush.game;
|
||||
|
||||
public enum GameState {
|
||||
|
||||
WAITING,
|
||||
STARTING,
|
||||
NOPVP,
|
||||
PVP,
|
||||
DEATH_MATCH,
|
||||
FINISHING,
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user