13 ref array<ref SCR_MapModuleBase> Modules = {}; // Must be child of SCR_MapModuleBase, NO constructor arguments
14 ref array<ref SCR_MapUIBaseComponent> Components = {}; // Must be child of SCR_MapUIBaseComponent, NO constructor arguments
15EMapOtherComponents OtherComponents = 0; // Flags for components that are part of the map system, but not inherited from SCR_MapModuleBase or SCR_MapUIBaseComponent, such as MapLegend