public override void ActionEvent(int pos, PokerAction act) { }
public HandHistoryPokerAction(HandHistoryPlayer player, PokerAction action) { _player = player; _action = action; }
public abstract void ActionEvent(int pos, PokerAction act);
public override void ActionEvent(int pos, PokerAction act) { _engine.ActionEvent(pos, act); }