ACE3/addons/modules/XEH_preInit.sqf
2015-04-20 22:48:11 +02:00

11 lines
143 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(moduleInit);
PREP(bi_moduleProjectile);
GVAR(moduleInitCollection) = [];
ADDON = true;