Compare commits

..

No commits in common. "fbbfc031dc531e12f08d698b8bfd2e7652ede2a9" and "882b11c0d10aa82f5b965ae3ef29fd04727a37b2" have entirely different histories.

View File

@ -1,12 +1,5 @@
class CfgMPGameTypes { class CfgMPGameTypes {
class COOP; class COOP;
class FORGE_CAMP: COOP {
id = 433;
name = "Campaign";
picture = "";
shortcut = "CAMP";
description = "FORGE Campaign";
};
class FORGE_CNT: COOP { class FORGE_CNT: COOP {
id = 433; id = 433;
name = "Contract"; name = "Contract";
@ -28,18 +21,4 @@ class CfgMPGameTypes {
shortcut = "OP"; shortcut = "OP";
description = "FORGE Operation"; description = "FORGE Operation";
}; };
class FORGE_SPC: COOP {
id = 433;
name = "Special";
picture = "";
shortcut = "SPC";
description = "FORGE Special";
};
class FORGE_TRN: COOP {
id = 433;
name = "Training";
picture = "";
shortcut = "TRN";
description = "FORGE Training";
};
}; };