client/addons/main/CfgMPGameTypes.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

24 lines
553 B
C++

class CfgMPGameTypes {
class COOP;
class FORGE_CNT: COOP {
id = 433;
name = "Contract";
picture = "";
shortcut = "CNT";
description = "FORGE Contract";
};
class FORGE_DA: COOP {
id = 433;
name = "Direct Action";
picture = "";
shortcut = "DA";
description = "FORGE Direct Action";
};
class FORGE_OP: COOP {
id = 433;
name = "Operation";
picture = "";
shortcut = "OP";
description = "FORGE Operation";
};
};