feat(state): add validated persistent game state
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package games.dmg.spigottyrant;
|
||||
|
||||
public enum GameLifecycle {
|
||||
UNSTARTED,
|
||||
RUNNING,
|
||||
PAUSED
|
||||
}
|
||||
Reference in New Issue
Block a user