Esempio n. 1
0
        void AssertModStatsAreCorrect()
        {
            var oldValues = _modStats.DeepCopy();

            RecalculateStatBonuses();
            if (!_modStats.HasSameValues(oldValues))
            {
                Debug.Fail("Somehow, at some point, the ModStats became out of sync!");
            }
        }