protected ParallelTask(BehaviorTree tree, Task parentTask, uint id, ParallelTaskDesc description, ITaskProps props) : base(tree, parentTask, id, description, props) { }
public ParallelSelectorTask(BehaviorTree tree, Task parentTask, uint id, ParallelTaskDesc description) : base(tree, parentTask, id, description) { }
public ParallelTask(BehaviorTree tree, Task parentTask, uint id, ParallelTaskDesc description) : this(tree, parentTask, id, description, null) { }