ACE3/addons/modules/XEH_preInit.sqf

10 lines
116 B
Plaintext
Raw Normal View History

2015-03-22 11:39:26 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(moduleInit);
2015-04-20 20:48:11 +00:00
2015-03-22 11:39:26 +00:00
GVAR(moduleInitCollection) = [];
ADDON = true;