2015-06-04 15:11:09 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2015-06-10 20:29:33 +00:00
|
|
|
units[] = {"ACE_ConcertinaWire", "ACE_ConcertinaWireNoGeo", "ACE_ConcertinaWireCoil"};
|
2015-06-04 15:11:09 +00:00
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-06-04 15:51:04 +00:00
|
|
|
requiredAddons[] = {"ace_apl", "ace_interaction"};
|
2015-06-04 15:11:09 +00:00
|
|
|
author[] = {"Rocko", "Ruthberg"};
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
2016-05-24 13:13:11 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
class ACE_newEvents {
|
|
|
|
interactMenuOpened = "ace_interactMenuOpened";
|
|
|
|
};
|