Example #1
0
 static InstalledModConfigurations()
 {
     if (_log.IsDebugEnabled)
     {
         _log.DebugFormat("Starting {0}", MethodBase.GetCurrentMethod().ToString());
     }
     Locations.CreatePath(Locations.InstalledModsPath);
     Instance = new InstalledModConfigurations();
     if (_log.IsDebugEnabled)
     {
         _log.DebugFormat("Ending {0}", MethodBase.GetCurrentMethod().ToString());
     }
 }
Example #2
0
 public static void ResetInstallation()
 {
     Instance = new InstalledModConfigurations();
 }