public static void RemoveTreeDebugEvent(BehaviorTreeDebugEvent treeDebugEvent) { _treeDebugEvent -= treeDebugEvent; }
public static void AddTreeDebugEvent(BehaviorTreeDebugEvent treeDebugEvent) { _treeDebugEvent += treeDebugEvent; }