File tree 8 files changed +20
-0
lines changed
CBA_Extended_EventHandlers
8 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ #include " ..\script_component.hpp"
2
+
1
3
class CfgPatches {
2
4
class MRT_AccFncs {
3
5
units[] = {};
4
6
requiredAddons[] = {" cba_accessory" };
7
+ requiredVersion = REQUIRED_VERSION;
5
8
};
6
9
};
Original file line number Diff line number Diff line change
1
+ #include " ..\script_component.hpp"
2
+
1
3
class CfgPatches {
2
4
class asdg_jointmuzzles {
3
5
requiredAddons[] = {" cba_jr" };
4
6
units[] = {};
7
+ requiredVersion = REQUIRED_VERSION;
5
8
};
6
9
};
Original file line number Diff line number Diff line change
1
+ #include " ..\script_component.hpp"
2
+
1
3
class CfgPatches {
2
4
class asdg_jointrails {
3
5
requiredAddons[] = {" cba_jr" };
4
6
units[] = {};
7
+ requiredVersion = REQUIRED_VERSION;
5
8
};
6
9
};
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ class CfgPatches {
4
4
class SUBADDON {
5
5
requiredAddons[] = {" cba_ui" };
6
6
units[] = {};
7
+ requiredVersion = REQUIRED_VERSION;
7
8
};
8
9
};
Original file line number Diff line number Diff line change
1
+ #include " ..\script_component.hpp"
2
+
1
3
class CfgPatches {
2
4
class CBA_Extended_EventHandlers {
3
5
requiredAddons[] = {" cba_xeh" };
4
6
units[] = {};
7
+ requiredVersion = REQUIRED_VERSION;
5
8
};
6
9
};
Original file line number Diff line number Diff line change
1
+ #include " ..\script_component.hpp"
2
+
1
3
class CfgPatches {
2
4
class Extended_EventHandlers {
3
5
requiredAddons[] = {" cba_xeh" };
4
6
units[] = {};
7
+ requiredVersion = REQUIRED_VERSION;
5
8
};
6
9
};
Original file line number Diff line number Diff line change
1
+ #include " ..\script_component.hpp"
2
+
1
3
class CfgPatches {
2
4
class cba_ee {
3
5
requiredAddons[] = {" cba_xeh" };
4
6
units[] = {};
7
+ requiredVersion = REQUIRED_VERSION;
5
8
};
6
9
};
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ class CfgPatches {
5
5
class SUBADDON {
6
6
requiredAddons[] = {" cba_xeh" };
7
7
units[] = {};
8
+ requiredVersion = REQUIRED_VERSION;
8
9
};
9
10
};
You can’t perform that action at this time.
0 commit comments