12345678910111213141516171819202122232425262728 |
- /*
- * Structure:
- * - ui/markers/logo/some_fixed_colour_logo.paa
- * - ui/markers/outline/some_variable_colour_outline.paa
- */
- class CfgPatches
- {
- class RD501_Markers
- {
- author = "m3ales";
- name = "501st Legion Map Markers";
- requiredversion = 1.60;
- units[] = {};
- weapons[] = {};
- requiredaddons[] = {};
- };
- };
- class CfgMarkers
- {
- //Marker definitions, ensure link to marker classes
- };
- class CfgMarkerClasses
- {
- // Used to group markers and provide ordering in the marker dropdown -- is alphabetical
- };
|