Files
2026-02-21 16:45:37 +08:00

10 lines
365 B
C#

namespace BehaviorDesigner.Runtime.Tasks
{
[TaskIcon("BehaviorTreeReferenceIcon.png")]
[HelpURLAttribute("http://www.opsive.com/assets/BehaviorDesigner/documentation.php?id=53")]
[TaskDescription("Behavior Tree Reference allows you to run another behavior tree within the current behavior tree.")]
public class BehaviorTreeReference : BehaviorReference
{
}
}