public static void Error(string txt) { if (!IsEnabled()) { return; } MelonLogger.Internal_Error("DEBUG", txt); ErrorCallbackHandler?.Invoke(txt); }