static void Reset() { Updater.Reset(); }
static void CheckForUpdates() { LunarConsoleEditorAnalytics.TrackEvent("Version", "updater_check"); Updater.CheckForUpdates(false); }