feat(state): add validated persistent game state
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package games.dmg.spigottyrant;
|
||||
|
||||
public enum TyrantUnlock {
|
||||
ASSASSIN,
|
||||
FIXER,
|
||||
TAMER,
|
||||
ROSTER_INTELLIGENCE,
|
||||
RESISTANCE,
|
||||
STRENGTH
|
||||
}
|
||||
Reference in New Issue
Block a user