Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.Logic.PokerEventManager Class Reference

The PokerEventManager class manages events related to the poker game, such as round finishing, new round starting, player turn changing, and match ending. More...

Inheritance diagram for SimplePoker.Logic.PokerEventManager:

Static Public Attributes

static Action< List< PlayerBase > > OnRoundFinished
 
static Action OnNewRoundStarted
 
static Action< PlayerBase, GameManager.TurnPokerOnPlayerTurnChanged
 
static Action OnTurnChanged
 
static Action< int, int > OnPotAmountChanged
 
static Action< PlayerBaseOnMatchEnd
 

Detailed Description

The PokerEventManager class manages events related to the poker game, such as round finishing, new round starting, player turn changing, and match ending.

Member Data Documentation

◆ OnMatchEnd

Action<PlayerBase> SimplePoker.Logic.PokerEventManager.OnMatchEnd
static

◆ OnNewRoundStarted

Action SimplePoker.Logic.PokerEventManager.OnNewRoundStarted
static

◆ OnPlayerTurnChanged

Action<PlayerBase, GameManager.TurnPoker> SimplePoker.Logic.PokerEventManager.OnPlayerTurnChanged
static

◆ OnPotAmountChanged

Action<int, int> SimplePoker.Logic.PokerEventManager.OnPotAmountChanged
static

◆ OnRoundFinished

Action<List<PlayerBase> > SimplePoker.Logic.PokerEventManager.OnRoundFinished
static

◆ OnTurnChanged

Action SimplePoker.Logic.PokerEventManager.OnTurnChanged
static

The documentation for this class was generated from the following file: