factions/addons/main/CfgMods.hpp
Jacob Schmidt 149e1f762a
All checks were successful
Build / Build (push) Successful in 1m31s
Initial Repo Setup
2024-11-17 07:54:41 -06:00

14 lines
445 B
C++

class CfgMods {
class PREFIX {
dir = "@a3f_factions";
name = "FORGE Factions";
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};
};
};