Console client: Several fixes, added handling of removed from game event.
This commit is contained in:
@@ -43,6 +43,7 @@ namespace pokerth_lib
|
||||
void HandResult();
|
||||
void PlayerWinsHand(string name, uint moneyWon);
|
||||
void PlayerWinsGame(string name);
|
||||
void RemovedFromGame();
|
||||
void ChatText(string name, string message);
|
||||
void Error(string message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user