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