添加乌兰浩特欧亚商场场景

This commit is contained in:
ZYT
2025-09-16 15:12:47 +08:00
parent 97a2c42c49
commit bcdedb1c4e
16 changed files with 15958 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c489d9a6cdf43e14682bb45090457400
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -32,6 +32,8 @@ public enum Place
Anhui_Suzhou_Yuashan_Guchengshangyejie=18,
Gansu_Longnan_Shicheng_Dongsheng = 19,
Shandong_Heze_Yuncheng_Gefuli = 20,
Wulanhaote_Ouya_Shangchang = 21,
Wulanhaote_Wanda_Shangchang = -21,
}
public class GameLocal : MonoBehaviour
@@ -131,6 +133,8 @@ public class GameLocal : MonoBehaviour
authInfo.shop = 15;
if (place == Place.Nanjing_Qixia_Yaohuamen_Jindiguangchang_nei)
authInfo.shop = 17;
if (place == Place.Wulanhaote_Wanda_Shangchang)
authInfo.shop = 21;
#endif
authInfo.gameId = 3;
string authJson = JsonUtility.ToJson(authInfo);