This commit is contained in:
parent
9d2b9ae836
commit
1cc4dbc19c
|
@ -6,6 +6,7 @@ using UnityEngine;
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class ElectronicReconnaissanceDrone : UAVBase
|
public class ElectronicReconnaissanceDrone : UAVBase
|
||||||
{
|
{
|
||||||
|
|
||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,6 +9,9 @@ using UnityEngine;
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class UAVBase : MonoBehaviour
|
public class UAVBase : MonoBehaviour
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public WRJModel wrjModel = WRJModel.无人机;
|
||||||
|
|
||||||
#region 无人机数据
|
#region 无人机数据
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 续航时间
|
/// 续航时间
|
||||||
|
|
Loading…
Reference in New Issue