332
This commit is contained in:
parent
9a616bcda2
commit
629a98538e
|
@ -65,6 +65,14 @@ public class UnmannedAerialVehicleUI : MonoBehaviour
|
||||||
unmannedAerialVehicleManage.SurveillanceFrequencyBand.SetActive(true);
|
unmannedAerialVehicleManage.SurveillanceFrequencyBand.SetActive(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
flySpeed.onClick.AddListener(() =>
|
||||||
|
{
|
||||||
|
if (unmannedAerialVehicleManage)
|
||||||
|
{
|
||||||
|
GameManager.Instance.GetWRJParameter();
|
||||||
|
unmannedAerialVehicleManage.flySpeedPlane.SetActive(true);
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue