ACE3/addons/magazinerepack/XEH_preInit.sqf

11 lines
180 B
Plaintext
Raw Normal View History

2015-01-16 14:37:32 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
PREP(magazineRepackProgress);
2015-01-16 14:37:32 +00:00
PREP(openSelectMagazineUI);
PREP(simulateRepackEvents);
PREP(startRepackingMagazine);
2015-01-29 07:38:46 +00:00
ADDON = true;