17 lines
445 B
C#
17 lines
445 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using UnityEditor;
|
|
using PA_DronePack;
|
|
|
|
namespace PA_DronePackEditor
|
|
{
|
|
[CanEditMultipleObjects]
|
|
[CustomEditor(typeof(PA_DroneCamera))]
|
|
public class PA_DroneCameraEditor : DroneCameraEditor {
|
|
// ✚ Get the Full version of this DronePack! ✚
|
|
// • FULL SourceCode Access!
|
|
// • Build & Modify Your Own Custom Drones!
|
|
}
|
|
}
|