ACE3/addons/entrenchingtool/config.cpp
2015-06-17 15:05:49 +01:00

14 lines
341 B
C++

#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"