45 lines
1.0 KiB
C++
45 lines
1.0 KiB
C++
class CfgMPGameTypes {
|
|
class COOP;
|
|
class FORGE_CAMP: COOP {
|
|
id = 433;
|
|
name = "Campaign";
|
|
picture = "";
|
|
shortcut = "CAMP";
|
|
description = "FORGE Campaign";
|
|
};
|
|
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";
|
|
};
|
|
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";
|
|
};
|
|
}; |