summaryrefslogtreecommitdiff
path: root/Client/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs
blob: aa9f51b15a82bc873d6a460076b5b7976f2b267d (plain)
1
2
3
4
5
6
7
8
9
10
11
using UnityEngine;
using System.Collections;

namespace BehaviorDesigner.Runtime
{
    [System.Serializable]
    public class ExternalBehaviorTree : ExternalBehavior
    {
        // intentionally left blank
    }
}