api: add setGameState

This commit is contained in:
Adam
2019-08-14 19:00:31 -04:00
parent 42516b1ba2
commit 381a661658

View File

@@ -131,6 +131,13 @@ public interface Client extends GameEngine
*/
GameState getGameState();
/**
* Sets the current game state
*
* @param gameState
*/
void setGameState(GameState gameState);
/**
* Gets the current logged in username.
*