linting 2
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user