ACE3/addons/spectator/XEH_preInit.sqf
2015-07-15 12:09:28 +01:00

12 lines
171 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(handleInterface);
PREP(handleKilled);
PREP(handleRespawn);
PREP(moduleSpectator);
PREP(setSpectator);
ADDON = true;