ACE3/addons/zeus/XEH_preInit.sqf
2016-02-22 15:20:36 +01:00

12 lines
204 B
Plaintext

#include "script_component.hpp"
ADDON = false;
#include "XEH_PREP.hpp"
if (isServer) then {
["zeusUnitAssigned", FUNC(handleZeusUnitAssigned)] call EFUNC(common,addEventHandler);
};
ADDON = true;