修改游戏时长为10分钟

This commit is contained in:
ZYT
2025-08-11 10:48:02 +08:00
parent 93125900dd
commit 4ed604585d

View File

@@ -46,7 +46,7 @@ namespace DinosaurAge
[SyncVar]
public long vistEnd = 0;
// 总游玩时长
private int vistAllTime = (int)(60 * 8f);
private int vistAllTime = (int)(60 * 10f);
public GameObject Door;
public GameObject DoorPre;