ModernUO/Projects/Server/Migrations/Server.Items.BankBox.v0.json

19 lines
No EOL
339 B
JSON
Generated

{
"version": 0,
"type": "Server.Items.BankBox",
"properties": [
{
"name": "Owner",
"type": "Server.Mobile",
"rule": "SerializableInterfaceMigrationRule"
},
{
"name": "Opened",
"type": "bool",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
}
]
}