ACE3/addons/tacticalladder/XEH_preInit.sqf

12 lines
159 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
ADDON = false;
PREP(cancelTLdeploy);
PREP(confirmTLdeploy);
PREP(deployTL);
PREP(pickupTL);
PREP(positionTL);
ADDON = true;