fix:补充
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user