ACE3/addons/backblast/XEH_preInit.sqf

10 lines
130 B
Plaintext
Raw Normal View History

2015-01-14 04:15:58 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-14 04:15:58 +00:00
PREP(getDistance);
PREP(launcherBackblast);
PREP(tankDangerZone);
2015-01-29 07:38:46 +00:00
ADDON = true;