client/addons/main/CfgMods.hpp
Jacob Schmidt c6daf95415
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 14:35:12 -06:00

14 lines
443 B
C++

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