fix: Codegens more misc items (#1216)
This commit is contained in:
parent
32a5825ddd
commit
39e6f62ec9
81 changed files with 3042 additions and 3780 deletions
15
Projects/UOContent/Migrations/Server.Items.KeyRing.v1.json
Normal file
15
Projects/UOContent/Migrations/Server.Items.KeyRing.v1.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 1,
|
||||
"type": "Server.Items.KeyRing",
|
||||
"properties": [
|
||||
{
|
||||
"name": "Keys",
|
||||
"type": "System.Collections.Generic.List\u003CServer.Items.Key\u003E",
|
||||
"rule": "ListMigrationRule",
|
||||
"ruleArguments": [
|
||||
"Server.Items.Key",
|
||||
"SerializableInterfaceMigrationRule"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue