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
22
Projects/UOContent/Migrations/Server.Multis.BaseContestHouse.v1.json
generated
Normal file
22
Projects/UOContent/Migrations/Server.Multis.BaseContestHouse.v1.json
generated
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"version": 1,
|
||||
"type": "Server.Multis.BaseContestHouse",
|
||||
"properties": [
|
||||
{
|
||||
"name": "HouseType",
|
||||
"type": "Server.Multis.ContestHouseType",
|
||||
"rule": "EnumMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "Fixtures",
|
||||
"type": "System.Collections.Generic.List\u003CServer.Item\u003E",
|
||||
"rule": "ListMigrationRule",
|
||||
"ruleArguments": [
|
||||
"@Tidy",
|
||||
"@CanBeNull",
|
||||
"Server.Item",
|
||||
"SerializableInterfaceMigrationRule"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue