MCPcopy Create free account
hub / github.com/Lovrom8/RSMods / AddFastLoadModFile

Method AddFastLoadModFile

GUI/SetAndForgetMods.cs:448–454  ·  view source on GitHub ↗
(bool NVMe)

Source from the content-addressed store, hash-verified

446
447
448 private static void AddFastLoadModFile(bool NVMe)
449 {
450 if (NVMe)
451 File.Copy(Constants.IntroGFX_MaxPath, Constants.IntroGFX_CustomPath, true);
452 else
453 File.Copy(Constants.IntroGFX_MidPath, Constants.IntroGFX_CustomPath, true);
454 }
455
456 public static void AddFastLoadMod()
457 {

Callers

nothing calls this directly

Calls 1

CopyMethod · 0.80

Tested by

no test coverage detected