添加乌兰浩特欧亚商场场景
This commit is contained in:
13435
Assets/_KOF/Scenes/Wulanhaote_Ouya_Shangchang.unity
Normal file
13435
Assets/_KOF/Scenes/Wulanhaote_Ouya_Shangchang.unity
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/_KOF/Scenes/Wulanhaote_Ouya_Shangchang.unity.meta
Normal file
7
Assets/_KOF/Scenes/Wulanhaote_Ouya_Shangchang.unity.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c489d9a6cdf43e14682bb45090457400
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user