10 lines
365 B
C#
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
|
|
{
|
|
}
|
|
}
|