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;
|
return json;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string GetPropertiesJson()
|
public string GetPropertiesJson() =>
|
||||||
{
|
JsonConvert.SerializeObject(PropController.instance.properties);
|
||||||
string json = string.Empty;
|
|
||||||
json = JsonConvert.SerializeObject(PropController.instance.properties);
|
|
||||||
return json;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void SetGameEventTitle(string txt)
|
public void SetGameEventTitle(string txt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue