예제 #1
0
파일: Game.cs 프로젝트: theowiik/tdws
 /// <summary>
 ///   Gets called when a enemy dies.
 /// </summary>
 private void OnEnemyDeath()
 {
     if (_roomLoader.AllEnemiesAreDead())
     {
         _roomLoader.UnlockDoors();
     }
 }