ACE3/addons/attach/XEH_preInit.sqf
2015-03-27 11:14:04 -05:00

13 lines
178 B
Plaintext

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