mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
a7d8c3eb3a
* Move SOG compat to addons/ * Set component to skip loading when SOG not present * Use skipWhenMissingDependencies for GRAD Trenches compatiblity * Tools - Add SOG dlc launch config * move trenches to sub config, handle grad with 2nd subconfig * fix `Land_vn_b_prop_fueldrum_01` UBC * use ifndef --------- Co-authored-by: PabstMirror <pabstmirror@gmail.com>
34 lines
736 B
C++
34 lines
736 B
C++
|
|
class vn_b_pack_pfield_01;
|
|
class vn_b_pack_pfield_02: vn_b_pack_pfield_01 {
|
|
EGVAR(trenches,entrenchingTool) = 1;
|
|
};
|
|
|
|
class vn_b_pack_p08_01;
|
|
class vn_b_pack_p08_02: vn_b_pack_p08_01 {
|
|
EGVAR(trenches,entrenchingTool) = 1;
|
|
};
|
|
|
|
class vn_b_pack_p08_03: vn_b_pack_p08_01 {
|
|
EGVAR(trenches,entrenchingTool) = 1;
|
|
};
|
|
|
|
class vn_b_pack_p44_01;
|
|
class vn_b_pack_p44_02: vn_b_pack_p44_01 {
|
|
EGVAR(trenches,entrenchingTool) = 1;
|
|
};
|
|
|
|
class vn_b_pack_p44_03: vn_b_pack_p44_01 {
|
|
EGVAR(trenches,entrenchingTool) = 1;
|
|
};
|
|
|
|
class vn_b_pack_01;
|
|
class vn_b_pack_prc77_01: vn_b_pack_01 {
|
|
EGVAR(trenches,entrenchingTool) = 1;
|
|
};
|
|
|
|
class vn_b_pack_lw_01;
|
|
class vn_b_pack_lw_03: vn_b_pack_lw_01 {
|
|
EGVAR(trenches,entrenchingTool) = 1;
|
|
};
|