fix:补充

This commit is contained in:
bzx
2026-02-26 15:03:55 +08:00
parent 0724218e86
commit 52562c4bf1

View File

@@ -77,6 +77,8 @@ public class FishSpawner : MonoBehaviour
{
if(!GameManager.Ins.isGamePlay)
return;
if(GameManager.Ins.isGameEnd)
return;
timer += Time.deltaTime;
if (timer >= checkInterval&& !GameManager.Ins.isGameEnd)