Esempio n. 1
0
 public override void ActionEvent(int pos, PokerAction act)
 {
 }
Esempio n. 2
0
 public HandHistoryPokerAction(HandHistoryPlayer player, PokerAction action)
 {
     _player = player;
     _action = action;
 }
Esempio n. 3
0
 public abstract void ActionEvent(int pos, PokerAction act);
Esempio n. 4
0
 public override void ActionEvent(int pos, PokerAction act)
 {
     _engine.ActionEvent(pos, act);
 }