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