TurnManager Class
Takes care of the order in which the players take turns, the current game phase and information about the current turn.
Namespace: ProjectLCore.GameManagersAssembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
- Inheritance
- Object TurnManager
TurnManager |
Initializes a new instance of the TurnManager class.
|
GetNextTurn |
Adjusts the internal turn state to represent the next turn and returns it.
|
GetSignaler | Creates a new signaler for this instance. |