fix: Fix HolidayTree not serializing components (#2024)
This commit is contained in:
parent
d9e5ec91e1
commit
f33e218c0b
9 changed files with 163 additions and 77 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"version": 0,
|
||||
"type": "Server.Items.HolidayTree.TreeTrunk"
|
||||
"type": "Server.Items.HolidayTree.TreeTrunk",
|
||||
"properties": [
|
||||
{
|
||||
"name": "Tree",
|
||||
"type": "Server.Items.HolidayTree",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue