ACE3/optionals/tracers/config.cpp

22 lines
557 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_ballistics"};
author = ECSTRING(common,ACETeam);
authors[] = {"ACE2 Team"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
ACE_expectedModDir = "@ACE Tracers";
ACE_expectedSteamID = "2202414450";
};
};
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgMagazineWells.hpp"