ACE3/addons/repair/XEH_preInit.sqf

13 lines
174 B
Plaintext
Raw Normal View History

2015-03-10 17:05:56 +00:00
#include "script_component.hpp"
ADDON = false;
2015-03-10 22:29:45 +00:00
PREP(canRepair);
2015-03-10 20:49:53 +00:00
PREP(doRepair);
2015-03-10 22:29:45 +00:00
PREP(repair);
2015-03-10 20:49:53 +00:00
PREP(repairVehicle);
PREP(setDamage);
PREP(setHitPointDamage);
2015-03-10 17:05:56 +00:00
ADDON = true;