This commit is contained in:
账号名 2024-01-23 10:58:13 +08:00
parent e6567cccf2
commit e3837ac960
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ public class EquipmentCommon : MonoBehaviour
}
break;
case "SingleDronePosition"://无人机攻击目标锁定
Debug.Log("接受...:"+data[0] +","+ data[1] + "," + data[2] + "," + data[3] + "," + data[4]);
UnmannedAerialVehicleManage unmannedAerialVehicleManage = GetComponent<UnmannedAerialVehicleManage>();
if (unmannedAerialVehicleManage&& unmannedAerialVehicleManage.wrjModel== WRJModel.)
{