ACE3/addons/reloadlaunchers/config.cpp
2016-05-24 14:13:11 +01:00

23 lines
520 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
class ACE_newEvents {
reloadLauncher = "ace_reloadLauncher";
reloadLauncher = "ace_reloadLauncher";
};