We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b135fe commit dd93f53Copy full SHA for dd93f53
Runtime/SFile.cs
@@ -90,7 +90,7 @@ public void Load(string path, string encryptionPassword = null)
90
LoadFromJson(json);
91
}
92
93
- private void LoadFromJson(string json)
+ public void LoadFromJson(string json)
94
{
95
bool success = true;
96
var settings = new JsonSerializerSettings
0 commit comments