mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
503 B
C++
19 lines
503 B
C++
|
#include "script_component.hpp"
|
||
|
|
||
|
class CfgPatches {
|
||
|
class ADDON {
|
||
|
units[] = {};
|
||
|
weapons[] = {"ACE_Flashlight_MX991", "ACE_Flashlight_KSF1", "ACE_Flashlight_XL50"};
|
||
|
requiredVersion = REQUIRED_VERSION;
|
||
|
requiredAddons[] = {"ace_interaction"};
|
||
|
author[] = {"voiper"};
|
||
|
authorUrl = "https://github.com/voiperr/";
|
||
|
VERSION_CONFIG;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
#include "CfgEventHandlers.hpp"
|
||
|
#include "CfgVehicles.hpp"
|
||
|
#include "CfgWeapons.hpp"
|
||
|
#include "CfgSounds.hpp"
|