ModernUO/Projects/UOContent/Migrations/Server.Items.StrongBox.v0.json

16 lines
No EOL
322 B
JSON

{
"version": 0,
"type": "Server.Items.StrongBox",
"properties": [
{
"name": "Owner",
"type": "Server.Mobile",
"rule": "SerializableInterfaceMigrationRule"
},
{
"name": "House",
"type": "Server.Multis.BaseHouse",
"rule": "SerializableInterfaceMigrationRule"
}
]
}