This commit is contained in:
parent
e6567cccf2
commit
e3837ac960
|
@ -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.自杀式无人机)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue