Huantian coming to the rescue pt 4
Co-authored-by: huantian <davidtianli@gmail.com>
This commit is contained in:
parent
12f38f39a1
commit
825b49db14
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue