添加新疆伊犁伊宁万荣场景
This commit is contained in:
@@ -1082,6 +1082,10 @@ public class GameManager : NetworkBehaviour
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(-1.45f, 0, 1.62f);
|
||||
}
|
||||
if (GameInit.Ins.gamePlace == GamePlace.Xinjiang_Yili_Yining_Wanrong)
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(0.59f, 0, 1.55f);
|
||||
}
|
||||
if (GameInit.Ins.gamePlace == GamePlace.Hunan_Hengyang_Zhuhui_Dongzhoudao)
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(1.35f, 0, 1.45f);
|
||||
|
||||
Reference in New Issue
Block a user