ACE3/addons/attach/XEH_preInit.sqf
PabstMirror 08763b6b9f Initial port of old pull
Still some problem with interaction...
2015-01-30 14:32:21 -06:00

14 lines
185 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(attach);
PREP(canAttach);
PREP(canDetach);
PREP(detach);
PREP(openAttachUI);
PREP(placeApprove);
PREP(placeCancel);
ADDON = true;