This commit is contained in:
parent
7cc9db8d7d
commit
79b3035292
|
@ -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