Simple Poker Template 0.0.1
|
The PokerEventManager class manages events related to the poker game, such as round finishing, new round starting, player turn changing, and match ending. More...
Static Public Attributes | |
static Action< List< PlayerBase > > | OnRoundFinished |
static Action | OnNewRoundStarted |
static Action< PlayerBase, GameManager.TurnPoker > | OnPlayerTurnChanged |
static Action | OnTurnChanged |
static Action< int, int > | OnPotAmountChanged |
static Action< PlayerBase > | OnMatchEnd |
The PokerEventManager class manages events related to the poker game, such as round finishing, new round starting, player turn changing, and match ending.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |