Пример #1
0
 public static string BundleEndpoint(this Config c) => ManifestConsts.BundleEndpoint(c.Version, c.Locale, c.OS);
Пример #2
0
 public static string SoundEndpoint(this Config c) => ManifestConsts.SoundEndpoint(c.TruthVersion, c.Locale);
Пример #3
0
 public static string VersionString(this Config c) => ManifestConsts.VersionString(c.Version);
Пример #4
0
 public static string LowMovieEndpoint(this Config c) => ManifestConsts.LowMovieEndpoint(c.TruthVersion, c.Locale);
Пример #5
0
 public static string TruthVersionString(this Config c) => ManifestConsts.TruthVersionString(c.TruthVersion);