Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Aug 17, 2022
1 parent 7a1378a commit e83fe0a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions LoadOrder/Data/LSMSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,11 @@ public class Settings {
public static string DefaultSkipPath => Path.Combine(DataLocation.mapLocation, "SkippedPrefabs");
public static string DefaultSkipFile => Path.Combine(DefaultSkipPath, "skip.txt");

//public int version = 10;
public bool loadEnabled = true;
public bool loadUsed = true;
//public bool shareTextures = true;
//public bool shareMaterials = true;
//public bool shareMeshes = true;
//public bool optimizeThumbs = true;
//public bool reportAssets;
//public bool checkAssets;
//public string reportDir = string.Empty;
public bool skipPrefabs;
public string skipFile = string.Empty;
//public bool hideAssets;
//public bool useReportDate = true;


#region rest of elements
private readonly List<XElement> elements = new List<XElement>();
Expand Down

0 comments on commit e83fe0a

Please sign in to comment.