public static bool Prefix(string url) { Application.OpenURL(SteamUtils.ConvertFromSteamUrl(url)); return(false); }