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