diff --git a/X2WOTCCommunityHighlander/Src/XComGame/Classes/X2AIBTBehaviorTree.uc b/X2WOTCCommunityHighlander/Src/XComGame/Classes/X2AIBTBehaviorTree.uc index fb1ceb992..719b6b763 100644 --- a/X2WOTCCommunityHighlander/Src/XComGame/Classes/X2AIBTBehaviorTree.uc +++ b/X2WOTCCommunityHighlander/Src/XComGame/Classes/X2AIBTBehaviorTree.uc @@ -2,6 +2,7 @@ class X2AIBTBehaviorTree extends Object native(AI) config(AI); +// Single line for Issue #410 - Deprivatize Behaviors array to allow mods to add own behavior trees var config array Behaviors; var private native Map_Mirror BehaviorsMap{TMap}; // maps table name to index into Behaviors array