public class Signaler
TurnManagerSignaler | Initializes a new instance of the TurnManagerSignaler class. |
BlackDeckIsEmpty | Signals that the black deck is empty. This triggers the EndOfTheGame phase, if it is not already triggered. |
PlayerEndedFinishingTouches | Signals that the current player use EndFinishingTouchesAction. The game ends once all players do this. |
PlayerTookBlackPuzzle | Signals that the current player took a black puzzle. Players can take only up to 1 black puzzle per turn once EndOfTheGame is triggered. |
PlayerUsedMasterAction | Signals that the current player used MasterAction Players can use MasterAction only once per turn. |