modernuo/Projects/UOContent/Migrations/Server.Items.BaseAddonContainer.v2.json
2022-10-29 16:08:23 -07:00

20 lines
No EOL
501 B
JSON
Generated

{
"version": 2,
"type": "Server.Items.BaseAddonContainer",
"properties": [
{
"name": "Components",
"type": "System.Collections.Generic.List\u003CServer.Items.AddonContainerComponent\u003E",
"rule": "ListMigrationRule",
"ruleArguments": [
"Server.Items.AddonContainerComponent",
"SerializableInterfaceMigrationRule"
]
},
{
"name": "Resource",
"type": "Server.Items.CraftResource",
"rule": "EnumMigrationRule"
}
]
}