mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 00:12:56 +00:00
added initial version of server addon to handle TCP socket into the TAK Server
This commit is contained in:
@@ -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