添加江西南昌西湖南昌动物园场景

This commit is contained in:
2026-02-04 18:02:24 +08:00
parent c34c2b0b2e
commit bdcdf63cf8
8 changed files with 266579 additions and 7 deletions

View File

@@ -262,7 +262,7 @@ public class HttpServer : MonoBehaviour
private int GetGameTotalTime()
{
return Mathf.FloorToInt(GameLocal.Ins.vistAllTime+60*3); // 举例1 小时(秒)
return Mathf.FloorToInt(GameLocal.Ins.vistAllTime + 60*3); // 举例1 小时(秒)
}
private int GetCurrentPlayTime()