Ejemplo n.º 1
0
 public static bool Prefix(string url)
 {
     Application.OpenURL(SteamUtils.ConvertFromSteamUrl(url));
     return(false);
 }