예제 #1
0
        public static void ResetGame()
        {
            SpellBook.ClearSpells();
            Inventory.ClearInventory();

            MessageCenter.MessageLog.Clear();

            FakeScore  = 0;
            SweetRolls = 0;
        }