minor fixes and improvements

This commit is contained in:
Perfare
2022-03-23 01:41:59 +08:00
parent 44514a4e10
commit e1cfff63c3
6 changed files with 37 additions and 86 deletions

View File

@ -7,11 +7,6 @@ namespace AssetStudioGUI
{
public GameObject gameObject;
public GameObjectTreeNode(string name)
{
Text = name;
}
public GameObjectTreeNode(GameObject gameObject)
{
this.gameObject = gameObject;