fix: 게임 변경으로 사용하지 않는 이벤트 제거
This commit is contained in:
@@ -17,7 +17,7 @@ namespace TON
|
||||
CharacterBase character = collision.gameObject.GetComponentInChildren<CharacterBase>();
|
||||
character.Dead();
|
||||
|
||||
character.OnDeathCompleted += ShowGameOverUI; // 이벤트 구독
|
||||
// character.OnDeathCompleted += ShowGameOverUI; // 이벤트 구독
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user