ACE3/addons/fastroping/XEH_preInit.sqf
2016-02-22 00:31:15 +01:00

14 lines
194 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(canCutRopes);
PREP(canDeployRopes);
PREP(canFastRope);
PREP(cutRopes);
PREP(deployRopes);
PREP(fastRope);
PREP(fastRopePFH);
ADDON = true;