summaryrefslogtreecommitdiff
path: root/Client/Assets/Behavior Designer/Runtime/BehaviorTree.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Behavior Designer/Runtime/BehaviorTree.cs')
-rw-r--r--Client/Assets/Behavior Designer/Runtime/BehaviorTree.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Client/Assets/Behavior Designer/Runtime/BehaviorTree.cs b/Client/Assets/Behavior Designer/Runtime/BehaviorTree.cs
new file mode 100644
index 00000000..868201b1
--- /dev/null
+++ b/Client/Assets/Behavior Designer/Runtime/BehaviorTree.cs
@@ -0,0 +1,11 @@
+using UnityEngine;
+
+namespace BehaviorDesigner.Runtime
+{
+ // Wrapper for the Behavior class
+ [AddComponentMenu("Behavior Designer/Behavior Tree")]
+ public class BehaviorTree : Behavior
+ {
+ // intentionally left blank
+ }
+} \ No newline at end of file