ACE3/addons/entrenchingtool/config.cpp

14 lines
341 B
C++
Raw Normal View History

2015-06-17 14:05:49 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {"ACE_entrenchingtool"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"Grey"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgWeapons.hpp"