添加安徽宿州砀山古城商业街室内场景

This commit is contained in:
ZYT
2025-12-24 14:58:28 +08:00
parent b7971192a9
commit 5f4d2a581b
11 changed files with 19674 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ public enum Place
Hebei_Hengshui_Xinji_WandaGuangchang = 44,
Ningxia_Yinchuan_Jinfeng_XinhualianGuangchang = 45,
Hunan_Zhuzhou_Wanda_Shennongcheng_Chaowanshe=46,
Anhui_Suzhou_Yueshan_Guchengshangyejie_Shinei=47,
}
public class GameLocal : MonoBehaviour

View File

@@ -117,7 +117,7 @@ public class GameManager : NetworkBehaviour
[SyncVar]
public long vistEnd = 0;
// 总游玩时长
private int vistAllTime = (int)(60 * 15);
private int vistAllTime = (int)(60 * 10);
[SyncVar]
public string settleData = "";