mod/addons/main/CfgMods.hpp
Jacob Schmidt c24b967e2a
All checks were successful
Build / Build (push) Successful in 54s
Updated naming convention to use FORGE
2025-01-01 21:35:44 -06:00

14 lines
456 B
C++

class CfgMods {
class PREFIX {
dir = "@forge";
name = "FORGE Mod";
author = "IDSolutions";
picture = "title_co.paa";
hideName = "false";
hidePicture = "false";
action = "https://innovativedevsolutions.org";
actionName = "Website";
description = "Issue Tracker: https://gitea.innovativedevsolutions.org/IDSolutions/mod/issues";
dlcColor[] = {0.45, 0.47, 0.41, 1};
};
};