religion/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs

13 lines
281 B
C#
Raw Permalink Normal View History

using UnityEngine;
using UnityEditor;
using BehaviorDesigner.Runtime;
namespace BehaviorDesigner.Editor
{
[CustomEditor(typeof(ExternalBehaviorTree))]
public class ExternalBehaviorTreeInspector : ExternalBehaviorInspector
{
// intentionally left blank
}
}