dragonfly/addons/main/config.cpp
Jacob Schmidt bf951fd1f6
Some checks failed
Build / Build (push) Failing after 39s
Initial Repo Setup
2025-01-01 09:33:04 -06:00

16 lines
361 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"