Merge branch 'master' of http://git.umayle.com:2023/yulong/NewN_UAVPlane
This commit is contained in:
commit
d2b7615a0e
|
@ -425,7 +425,11 @@ public class GameManager : MonoSingleton<GameManager>
|
||||||
device.GetComponent<EquipmentCommon>().isPlayer = true;
|
device.GetComponent<EquipmentCommon>().isPlayer = true;
|
||||||
}
|
}
|
||||||
if (device.GetComponent<UnmannedAerialVehicleManage>())
|
if (device.GetComponent<UnmannedAerialVehicleManage>())
|
||||||
|
{
|
||||||
device.GetComponent<UnmannedAerialVehicleManage>().SetTipsColor();
|
device.GetComponent<UnmannedAerialVehicleManage>().SetTipsColor();
|
||||||
|
DroneViewDisplay.Instance.CreateUI(device.GetComponent<UnmannedAerialVehicleManage>(), false);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnGetRoomUsers(string obj)
|
private void OnGetRoomUsers(string obj)
|
||||||
|
|
Loading…
Reference in New Issue