summaryrefslogtreecommitdiff
path: root/Client/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs
blob: b3c10285f5226ae82ab2c3ba4deb6aa712c60011 (plain)
1
2
3
4
5
6
7
8
namespace BehaviorDesigner.Runtime
{
    [System.Serializable]
    public class ExternalBehaviorTree : ExternalBehavior
    {
        // intentionally left blank
    }
}