Console client: Print player action.
This commit is contained in:
@@ -10,6 +10,9 @@ namespace pokerth_lib
|
||||
void JoinedGame(string name);
|
||||
void GameStarted(List<string> players);
|
||||
void HandStarted(Hand h);
|
||||
void MyTurn(Hand.State state);
|
||||
void PlayersTurn(Hand.State state, string player);
|
||||
void ActionDone(string name, Hand.Action action, uint totalBet, uint money, uint highestSet, uint minimumRaise);
|
||||
void Error(string message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user