添加公司一楼大厅室外场景

This commit is contained in:
ZYT
2025-12-12 14:01:00 +08:00
parent a05d8a18d2
commit a70ff32f0d
25 changed files with 54982 additions and 16083 deletions

View File

@@ -10,6 +10,7 @@ using Random = UnityEngine.Random;
public enum Place
{
Company1Floor = 0,
Company1FloorShiwai = -999,
LiaoningAnShan = 1,
Liaoning_Anshan_Lishan_Dayuecheng = -1,
HangZhouLongHuTianJie = 2,
@@ -185,6 +186,8 @@ public class GameLocal : MonoBehaviour
authInfo.shop = 37;
if(place == Place.Chongqing_Yuzhong_Hongyadong_Xiakexing_shiwan)
authInfo.shop = 42;
if(place == Place.Company1FloorShiwai)
authInfo.shop = 0;
#endif
authInfo.gameId = 10;
string authJson = JsonUtility.ToJson(authInfo);