linting 2

This commit is contained in:
lewd-alt
2025-09-14 15:47:53 -07:00
parent 8fb31d38bb
commit bb3bf291e2
17 changed files with 98 additions and 447 deletions

View File

@@ -73,7 +73,7 @@ namespace SlaveMatrix
public double = 1.0;
//TODO figure out what this broke...
//TODO this broke loading saves
[NonSerialized]
public Type ThisType;

View File

@@ -1430,10 +1430,10 @@ namespace SlaveMatrix
Translate(path, 0);
}
}
public static string[] JSDPaths()
{
JsonSavePath = Path.Combine(CurrentDirectory, "save", "json");
JsonSavePath = Path.Combine(CurrentDirectory, "save");
IEnumerable<string> source = Directory.EnumerateFiles(JsonSavePath);
return new string[10]
{