【打包】反序列化添加无参构造

iOS_release
zhangaotian 2024-07-19 12:56:50 +08:00
parent 04d5940430
commit 6ed2c49c58
2 changed files with 5 additions and 1 deletions

View File

@ -433,7 +433,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: 350e3da4ae7aa49d5a9486ce2e1fc58f, type: 3}
m_Sprite: {fileID: 21300000, guid: 0ace019f3fa0e433d817a11c4c497de0, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1

View File

@ -62,6 +62,10 @@ namespace Framework.Manager
{
this.Name = name;
}
public BuildNode()
{
}
}
}