xpdb/addons/utils/config.cpp
Jacob Schmidt 1b6b825653
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 21:18:03 -06:00

16 lines
380 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"xpdb_main"};
authors[] = {"J. Schmidt", "NikolaiF90"};
author = "J. Schmidt";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"