2016-05-03 08:21:21 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
2016-05-17 09:21:48 +00:00
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2016-06-12 22:03:33 +00:00
|
|
|
units[] = {QUOTE(ADDON), QGVAR(Tan)};
|
2016-05-17 09:21:48 +00:00
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_interaction", "ace_movement"};
|
2016-06-12 21:56:00 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Ir0n1E"};
|
|
|
|
url = ECSTRING(main,URL);
|
2016-05-17 09:21:48 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
2016-05-03 08:21:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
2023-07-25 06:30:49 +00:00
|
|
|
#include "ACE_Arsenal_Actions.hpp"
|