14 lines
467 B
C++
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};
|
|
};
|
|
}; |