예제 #1
0
        // Called at the start of a new hand
        public void PrepareNewHand()
        {
            if (_hands.Count > 1)
            {
                _vpipController.UpdateStats(_hands[_hands.Count - 2].Rounds[0].Turns);
            }

            _pokerTree = null;
        }