Ejemplo n.º 1
0
        public virtual void Reset()
        {
            Winner     = false;
            Roll       = null;
            CurrentBet = 0;
            BettingOn  = -1;
            Stage      = GameStage.Betting;

            Dealer.AddGame(Player, this);
            SendGump();
        }