mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add XEH to ace_module (#5304)
This commit is contained in:
parent
fde984ad7b
commit
9bf59bc74d
@ -14,6 +14,7 @@ class CfgPatches {
|
||||
};
|
||||
};
|
||||
|
||||
class CBA_Extended_EventHandlers;
|
||||
class CfgVehicles {
|
||||
class Logic;
|
||||
class Module_F: Logic {
|
||||
@ -23,6 +24,7 @@ class CfgVehicles {
|
||||
class ACE_Module: Module_F {
|
||||
class EventHandlers {
|
||||
init = QUOTE(_this call DFUNC(moduleInit));
|
||||
class CBA_Extended_EventHandlers: CBA_Extended_EventHandlers {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user