ModernUO/Projects/UOContent/Migrations/Server.Items.VendorRentalContract.v0.json
2022-04-17 16:51:59 -07:00

30 lines
No EOL
542 B
JSON
Generated

{
"version": 0,
"type": "Server.Items.VendorRentalContract",
"properties": [
{
"name": "RentalDurationId",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "Price",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "LandlordRenew",
"type": "bool",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
}
]
}