Package it.polimi.ingsw.network.client
Interface PhaseChangedObserver
- All Known Implementing Classes:
Client
public interface PhaseChangedObserver
-
Method Summary
Modifier and Type Method Description voidphaseUpdate(TurnState nextPhase)Updates the nextPhase in ClientTurnManager class
-
Method Details
-
phaseUpdate
Updates the nextPhase in ClientTurnManager class- Parameters:
nextPhase- , update content
-