server/addons/main/CfgMods.hpp
Jacob Schmidt 48e3e15f71
Some checks failed
Build / Build (push) Failing after 51s
Initial Repo Setup
2025-01-01 14:30:34 -06:00

14 lines
451 B
C++

class CfgMods {
class PREFIX {
dir = "@forge_server";
name = "FORGE Server";
author = "IDSolutions";
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
hideName = "false";
hidePicture = "false";
action = "https://innovativedevsolutions.org";
actionName = "Website";
description = "Innovative Development Solutions";
dlcColor[] = {0.45, 0.47, 0.41, 1};
};
};