Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 2
0
        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();
        }