11 lines
237 B (Stored with Git LFS)
C#
11 lines
237 B (Stored with Git LFS)
C#
using UnityEditor;
|
|
using BehaviorDesigner.Runtime;
|
|
|
|
namespace BehaviorDesigner.Editor
|
|
{
|
|
[CustomEditor(typeof(BehaviorTree))]
|
|
public class BehaviorTreeInspector : BehaviorInspector
|
|
{
|
|
// intentionally left blank
|
|
}
|
|
} |