10 lines
158 B
C#
10 lines
158 B
C#
using UnityEngine;
|
|
|
|
namespace BehaviorDesigner.Runtime
|
|
{
|
|
[AddComponentMenu("Behavior Designer/Behavior Tree")]
|
|
public class BehaviorTree : Behavior
|
|
{
|
|
}
|
|
}
|