mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-18 17:34:45 +01:00
11 lines
215 B
C#
11 lines
215 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
namespace BehaviorDesigner.Runtime
|
|
{
|
|
[System.Serializable]
|
|
public class ExternalBehaviorTree : ExternalBehavior
|
|
{
|
|
// intentionally left blank
|
|
}
|
|
} |