Ejemplo n.º 1
0
        internal void Reset()
        {
            _originalGame = null;

            GameId   = 0;
            PlayerId = 0;

            _userInfos.Clear();
            while (!HistoryEntries.IsEmpty)
            {
                HistoryEntries.TryDequeue(out _);
            }
            PowerOptions = null;
            PowerChoices = null;
        }