public class DummyGameStateFactory extends java.lang.Object implements GameStateFactory<DummyGameState>
Constructor and Description |
---|
DummyGameStateFactory() |
Modifier and Type | Method and Description |
---|---|
DummyGameState |
createGameState(JSONObject json)
Create game state from JSON
|
public DummyGameState createGameState(JSONObject json)
GameStateFactory
createGameState
in interface GameStateFactory<DummyGameState>
json
- JSON representation of game state