Beispiel #1
0
 public NxlPatcher(IClientProfile clientProfile, IServerProfile serverProfile, PatcherContext patcherContext)
     : base(clientProfile, serverProfile, patcherContext)
 {
     PatcherType = DefaultPatcherTypes.NxLauncher;
     PatchSettingsManager.Initialize();
     PatchIgnore = new PatchIgnore(PatcherContext);
 }
 public static void Initialize()
 {
     if (Instance == null)
     {
         Instance = new PatchSettingsManager();
     }
 }