This commit is contained in:
YangHua 2024-03-13 21:57:23 +08:00
parent 9a616bcda2
commit 629a98538e
1 changed files with 8 additions and 0 deletions

View File

@ -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>