summaryrefslogtreecommitdiff
path: root/Assets/ThirdParty/Behavior Designer/Editor/BehaviorTreeInspector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/ThirdParty/Behavior Designer/Editor/BehaviorTreeInspector.cs')
-rw-r--r--Assets/ThirdParty/Behavior Designer/Editor/BehaviorTreeInspector.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Assets/ThirdParty/Behavior Designer/Editor/BehaviorTreeInspector.cs b/Assets/ThirdParty/Behavior Designer/Editor/BehaviorTreeInspector.cs
new file mode 100644
index 00000000..49272dd0
--- /dev/null
+++ b/Assets/ThirdParty/Behavior Designer/Editor/BehaviorTreeInspector.cs
@@ -0,0 +1,11 @@
+using UnityEditor;
+using BehaviorDesigner.Runtime;
+
+namespace BehaviorDesigner.Editor
+{
+ [CustomEditor(typeof(BehaviorTree))]
+ public class BehaviorTreeInspector : BehaviorInspector
+ {
+ // intentionally left blank
+ }
+} \ No newline at end of file