Console client: Show cards and result at end of hand. All-in still not working.
This commit is contained in:
@@ -37,7 +37,8 @@ namespace pokerth_lib
|
||||
void ShowFlopCards(int[] cards);
|
||||
void ShowTurnCards(int[] cards);
|
||||
void ShowRiverCards(int[] cards);
|
||||
void PlayerWinsHideCards(string name, uint moneyWon);
|
||||
void EndOfHandShowCards(string name, int[] cards, int cardsValue, bool allIn);
|
||||
void PlayerWins(string name, uint moneyWon);
|
||||
void Error(string message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user