ACE3/addons/rearm/config.cpp
2016-05-24 15:06:17 +01:00

26 lines
605 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"GitHawk", "Jonpas"};
authorUrl = "https://ace3mod.com";
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
class ACE_newEvents {
playerVehicleChanged = "ace_playerVehicleChanged";
medical_onUnconscious = "ace_medical_onUnconscious";
};