This commit is contained in:
yulong 2024-03-31 19:43:50 +08:00
commit 876ee00b44
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ public class Microwaveweapon : MonoBehaviour
} }
public List<UnmannedAerialVehicleManage> wrjList = new List<UnmannedAerialVehicleManage>(); public List<UnmannedAerialVehicleManage> wrjList = new List<UnmannedAerialVehicleManage>();
/// <summary> /// <summary>
/// 检索无人机是否符合角度 距离 /// 检索无人机是否符合角度距离
/// </summary> /// </summary>
private void SelectWRJ() private void SelectWRJ()
{ {