mod/addons/main/CfgMods.hpp
Jacob Schmidt 034135baeb
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2024-10-20 18:29:16 -05:00

14 lines
467 B
C++

class CfgMods {
class PREFIX {
dir = "@pmcs";
name = "PMC Simulator 3.0 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};
};
};