ACE3/addons/zeus/config.cpp
SilentSpike a4512e4740 Implemented surrender module
Improved knockout module
2015-06-01 20:36:01 +01:00

22 lines
524 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {
QGVAR(moduleKnockout),
QGVAR(moduleSurrender)
};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"SilentSpike"};
authorUrl = "https://github.com/SilentSpike";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgFactionClasses.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Settings.hpp"