ModernUO/Projects/UOContent/Migrations/Server.Items.KeyRing.v1.json
2022-10-29 16:08:23 -07:00

15 lines
No EOL
327 B
JSON

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