Example #1
0
 private void OnPlayerWentAllIn(PlayerWentAllInEvent e)
 {
     logger.Debug("{0} went all-in for ${1}", e.Player, e.AllInAmount);
     Pot += e.AllInAmount;
 }
Example #2
0
 protected virtual void OnPlayerWentAllIn(PlayerWentAllInEvent e, GameState state)
 {
 }