mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:53:31 +00:00
Added whole websocket handling to the client addon
This commit is contained in:
11
addons/client/CfgEventHandlers.hpp
Normal file
11
addons/client/CfgEventHandlers.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class Extended_PreStart_EventHandlers {
|
||||
class ADDON {
|
||||
init = QUOTE(call COMPILE_SCRIPT(XEH_preStart));
|
||||
};
|
||||
};
|
||||
|
||||
class Extended_PreInit_EventHandlers {
|
||||
class ADDON {
|
||||
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user