public static void StartHotfix() { #if XLUA LuaHelper.StartHotfix(); #else MonoHelper.StartHotfix(); #endif }
public static void StartHotfix() { if (Define.IsLua) { LuaHelper.StartHotfix(); } else { MonoHelper.StartHotfix(); } }