Skip to content

Commit dd93f53

Browse files
committed
Update SFile.cs
1 parent 3b135fe commit dd93f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/SFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void Load(string path, string encryptionPassword = null)
9090
LoadFromJson(json);
9191
}
9292

93-
private void LoadFromJson(string json)
93+
public void LoadFromJson(string json)
9494
{
9595
bool success = true;
9696
var settings = new JsonSerializerSettings

0 commit comments

Comments
 (0)