diff --git a/Gameton-06/Assets/Gameton/Scripts/GameStage/StageDeadZone.cs b/Gameton-06/Assets/Gameton/Scripts/GameStage/StageDeadZone.cs index 211f4a29..bedd597b 100644 --- a/Gameton-06/Assets/Gameton/Scripts/GameStage/StageDeadZone.cs +++ b/Gameton-06/Assets/Gameton/Scripts/GameStage/StageDeadZone.cs @@ -17,7 +17,7 @@ namespace TON CharacterBase character = collision.gameObject.GetComponentInChildren(); character.Dead(); - character.OnDeathCompleted += ShowGameOverUI; // 이벤트 구독 + // character.OnDeathCompleted += ShowGameOverUI; // 이벤트 구독 } }