ACE3/addons/realisticweights/config.cpp

17 lines
397 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2019-04-26 21:31:56 +00:00
requiredAddons[] = {"ace_common","ace_disposable"};
author = ECSTRING(common,ACETeam);
authors[] = {"BaerMitUmlaut"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
#include "CfgWeapons.hpp"