public interface GameStateFactory<T extends GameState>
Modifier and Type | Method and Description |
---|---|
T |
createGameState(JSONObject json)
Create game state from JSON
|
T createGameState(JSONObject json)
json
- JSON representation of game state