forge/arma/mod/addons/common/config.cpp
2026-05-28 18:53:40 -05:00

21 lines
487 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
author = AUTHOR;
authors[] = {"IDSolutions"};
url = "https://github.com/IDSolutions/MOD_REPO";
name = COMPONENT_NAME;
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {
"forge_mod_main",
"A3_Characters_F"
};
units[] = {"forge_bodyBag"};
weapons[] = {};
VERSION_CONFIG;
};
};
#include "CfgVehicles.hpp"