8 lines
176 B
C#
8 lines
176 B
C#
|
|
namespace BehaviorDesigner.Runtime
|
||
|
|
{
|
||
|
|
[System.Serializable]
|
||
|
|
public class ExternalBehaviorTree : ExternalBehavior
|
||
|
|
{
|
||
|
|
// intentionally left blank
|
||
|
|
}
|
||
|
|
}
|