Base class for BT decorators. Base class for all behavior tree decorators. Extend [code]BTDecorator[/code] to create your own decorators. Decorator alters the behavior of its child task in some way. Decorators can only have one child.