Ejemplo n.º 1
0
 public static bool HasDashboard(IPackageVersion version)
 {
     return(!string.IsNullOrEmpty(EditorGameServiceExtension.GetDashboardUrl(version)));
 }
Ejemplo n.º 2
0
 public static string GetDashboardUrl(IPackageVersion version)
 {
     return(EditorGameServiceExtension.GetDashboardUrl(version));
 }
Ejemplo n.º 3
0
 public static bool HasUseCases(IPackageVersion version)
 {
     return(!string.IsNullOrEmpty(EditorGameServiceExtension.GetUseCasesUrl(version)));
 }
Ejemplo n.º 4
0
 public static string GetUseCasesUrl(IPackageVersion version)
 {
     return(EditorGameServiceExtension.GetUseCasesUrl(version));
 }