Huantian coming to the rescue pt 4

Co-authored-by: huantian <davidtianli@gmail.com>
This commit is contained in:
Zeo 2022-08-17 23:58:01 -05:00 committed by GitHub
parent 12f38f39a1
commit 825b49db14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -507,12 +507,8 @@ namespace HeavenStudio.Editor
return json;
}
public string GetPropertiesJson()
{
string json = string.Empty;
json = JsonConvert.SerializeObject(PropController.instance.properties);
return json;
}
public string GetPropertiesJson() =>
JsonConvert.SerializeObject(PropController.instance.properties);
public void SetGameEventTitle(string txt)
{