fix():修复重启时花屏效果未关闭的BUG
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Script.Gameplay.Player
|
||||
|
||||
private void Start()
|
||||
{
|
||||
OnDeath += () => StartCoroutine(GameFlowManager.Instance.OnCountDown());
|
||||
OnDeath += () => StartCoroutine(GameManager.Instance.ReStartGame());
|
||||
}
|
||||
|
||||
public void TakeDamage(int damage)
|
||||
|
||||
Reference in New Issue
Block a user