Пример #1
0
 public override string GetDestinationDirectory()
 {
     return(Path.Combine(PatchHelper.RequireRootDirectory(), "config", "cars", "loaded"));
 }
Пример #2
0
 private static bool FitsTime(WeatherObject weatherObject, int time)
 {
     return(weatherObject.GetTimeDiapason()?.Contains(time)
            ?? PatchHelper.ClampTime(time) == time);
 }
Пример #3
0
 public PatchUpdater() : base(PatchHelper.GetInstalledBuild())
 {
     DisplayInstalledVersion = PatchHelper.GetInstalledVersion();
     PatchHelper.Reloaded   += OnPatchHelperReload;
 }
 public override string GetDestinationDirectory()
 {
     return(Path.Combine(PatchHelper.GetRootDirectory(), "textures", "cars"));
 }
Пример #5
0
 public override string GetDestinationDirectory()
 {
     return(Path.Combine(PatchHelper.GetRootDirectory(), "vao-patches-cars"));
 }
 public override string GetDestinationDirectory()
 {
     return(Path.Combine(PatchHelper.GetRootDirectory(), "backgrounds"));
 }