Interface StateSetter
- All Known Implementing Classes:
GameStateSetter
,PartyCreator
public interface StateSetter
This interface is for classes that help set information in GameState when a game has first started
-
Method Summary
-
Method Details
-
setState
Sets some aspect of the gameState in this method- Parameters:
state
- the game state to act on.
-