server/addons/main/CfgMPGameTypes.hpp
Jacob Schmidt 48e3e15f71
Some checks failed
Build / Build (push) Failing after 51s
Initial Repo Setup
2025-01-01 14:30:34 -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";
};
};