ACE3/addons/sandbag/XEH_preInit.sqf
2015-06-02 20:07:35 +02:00

13 lines
175 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(canDeploy);
PREP(deploy);
PREP(deployCancel);
PREP(deployConfirm);
PREP(handleScrollWheel);
PREP(pickup);
ADDON = true;