fix: Converts houses/deeds to serialization generator (#2288)
### Summary * Converts HouseDeeds to serialization generator * Converts Houses to serialization generator * Converts ContestHouses to serialization generator
This commit is contained in:
parent
d984961b38
commit
771cb50919
63 changed files with 1872 additions and 2528 deletions
15
Projects/UOContent/Migrations/Server.Multis.PreviewHouse.v0.json
generated
Normal file
15
Projects/UOContent/Migrations/Server.Multis.PreviewHouse.v0.json
generated
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 0,
|
||||
"type": "Server.Multis.PreviewHouse",
|
||||
"properties": [
|
||||
{
|
||||
"name": "PreviewComponents",
|
||||
"type": "System.Collections.Generic.List\u003CServer.Item\u003E",
|
||||
"rule": "ListMigrationRule",
|
||||
"ruleArguments": [
|
||||
"Server.Item",
|
||||
"SerializableInterfaceMigrationRule"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue