From 97da432c35b8c7aaf9dd2c39e2aa4b1f55f36065 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Jan 2021 16:15:06 +0800 Subject: +behaviour designer --- .../Editor/ExternalBehaviorTreeInspector.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Client/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs (limited to 'Client/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs') diff --git a/Client/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs b/Client/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs new file mode 100644 index 00000000..e0dfa80d --- /dev/null +++ b/Client/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs @@ -0,0 +1,12 @@ +using UnityEngine; +using UnityEditor; +using BehaviorDesigner.Runtime; + +namespace BehaviorDesigner.Editor +{ + [CustomEditor(typeof(ExternalBehaviorTree))] + public class ExternalBehaviorTreeInspector : ExternalBehaviorInspector + { + // intentionally left blank + } +} -- cgit v1.1-26-g67d0