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

11 lines
237 B
C#
Raw Permalink Normal View History

using UnityEditor;
using BehaviorDesigner.Runtime;
namespace BehaviorDesigner.Editor
{
[CustomEditor(typeof(BehaviorTree))]
public class BehaviorTreeInspector : BehaviorInspector
{
// intentionally left blank
}
}