ACE3/addons/lockbackpacks/XEH_preInit.sqf
2015-01-29 01:38:46 -06:00

10 lines
136 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(getBackpackAssignedUnit);
PREP(isBackpack);
PREP(onOpenInventory);
ADDON = true;