ict.lixian.single/Assets/ProfessionalAssets/DronePack/Editor/PA_DroneControllerEditor.cs

16 lines
456 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using PA_DronePack;
namespace PA_DronePackEditor
{
[CanEditMultipleObjects]
[CustomEditor(typeof(PA_DroneController))]
public class PA_DroneControllerEditor : DroneControllerEditor {
// ✚ Get the Full version of this DronePack! ✚
// • FULL SourceCode Access!
// • Build & Modify Your Own Custom Drones!
}
}