dragonfly/addons/main/config.cpp
2026-01-13 20:20:28 -06:00

17 lines
362 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {};
authors[] = {"Jacob Schmidt", "Creedcoder"};
author = "ADC Team";
VERSION_CONFIG;
};
};
#include "CfgMods.hpp"