ACE3/addons/trenches/config.cpp

15 lines
407 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {"ACE_envelope_small","ACE_envelope_big"};
weapons[] = {"ACE_entrenchingtool"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"Grey"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"