Esempio n. 1
0
 public static string BundleEndpoint(this Config c) => ManifestConsts.BundleEndpoint(c.Version, c.Locale, c.OS);
Esempio n. 2
0
 public static string SoundEndpoint(this Config c) => ManifestConsts.SoundEndpoint(c.TruthVersion, c.Locale);
Esempio n. 3
0
 public static string VersionString(this Config c) => ManifestConsts.VersionString(c.Version);
Esempio n. 4
0
 public static string LowMovieEndpoint(this Config c) => ManifestConsts.LowMovieEndpoint(c.TruthVersion, c.Locale);
Esempio n. 5
0
 public static string TruthVersionString(this Config c) => ManifestConsts.TruthVersionString(c.TruthVersion);