ACE3/addons/modules/XEH_preInit.sqf

11 lines
143 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
PREP(bi_moduleProjectile);
2015-03-22 11:39:26 +00:00
GVAR(moduleInitCollection) = [];
ADDON = true;