fix: Codegens more misc items (#1216)

This commit is contained in:
Kamron Batman 2022-10-29 16:08:23 -07:00 • committed by GitHub
parent 32a5825ddd
commit 39e6f62ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
81 changed files with 3042 additions and 3780 deletions

View 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"
]
}
]
}