ACE3/optionals/nocrosshair/config.cpp

21 lines
533 B
C++
Raw Normal View History

2016-02-05 19:04:26 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
ACE_isOptional = 1;
name = COMPONENT_NAME;
2016-02-05 19:04:26 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
url = ECSTRING(main,URL);
2016-02-05 19:04:26 +00:00
VERSION_CONFIG;
ACE_expectedModDir = "@ACE No Cross Hair";
ACE_expectedSteamID = "2202412481";
2016-02-05 19:04:26 +00:00
};
};
2019-04-01 14:45:36 +00:00
#include "CfgWeaponCursors.hpp"