예제 #1
0
 private void DeactivateCurrentRoom()
 {
     _currentRoom.gameObject.SetActive(false);
     _globalContainer.ClearAllSpells();
 }