Beispiel #1
0
 public static bool HasDashboard(IPackageVersion version)
 {
     return(!string.IsNullOrEmpty(EditorGameServiceExtension.GetDashboardUrl(version)));
 }
Beispiel #2
0
 public static string GetDashboardUrl(IPackageVersion version)
 {
     return(EditorGameServiceExtension.GetDashboardUrl(version));
 }