Created video addon

This commit is contained in:
Valmo Trindade
2025-05-17 22:10:28 -03:00
parent 29574bc36c
commit b3bd58385e
8 changed files with 166 additions and 0 deletions

View 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));
};
};