public PokerActionObject(PokerHandSerial gid, int step, PokerPlayerSerial serial, int state, int action, int bet) { PokerGameId = gid; PokerPlayerId = serial; Stage = state; Step = step; Type = action; Amount = bet; PokerActionId = new PokerActionSerial(); }