fix: Fix HolidayTree not serializing components (#2024)

This commit is contained in:
Reetus 2024-12-17 23:59:50 +07:00 committed by GitHub
parent d9e5ec91e1
commit f33e218c0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 163 additions and 77 deletions

View file

@ -0,0 +1,11 @@
{
"version": 1,
"type": "Server.Items.HolidayTree.TreeTrunk",
"properties": [
{
"name": "Tree",
"type": "Server.Items.HolidayTree",
"rule": "SerializableInterfaceMigrationRule"
}
]
}