mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
70c8322392
* Overwrite some Aegis changes * Preemptively overwrite upcoming changes to Aegis
19 lines
482 B
C++
19 lines
482 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
name = COMPONENT_NAME;
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"ace_vehicles", "A3_Aegis_Armor_F_Aegis_MBT_01"};
|
|
skipWhenMissingDependencies = 1;
|
|
author = ECSTRING(common,ACETeam);
|
|
authors[] = {"johnb43"};
|
|
url = ECSTRING(main,URL);
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
#include "CfgVehicles.hpp"
|