2015-01-28 04:42:45 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
2015-04-15 23:32:47 +00:00
|
|
|
weapons[] = {"ACE_wirecutter"};
|
2015-01-28 04:42:45 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-04-09 11:23:29 +00:00
|
|
|
requiredAddons[] = {"ace_interaction"};
|
2015-01-29 07:01:58 +00:00
|
|
|
author[] = {"gpgpgpgp", "PabstMirror"};
|
2015-01-28 04:42:45 +00:00
|
|
|
authorUrl = "";
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-01-28 09:22:39 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2015-04-16 03:34:24 +00:00
|
|
|
#include "CfgVehicles.hpp"
|