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