ModernUO/Projects/UOContent/Migrations/Server.Items.HouseRaffleDeed.v0.json
2023-03-11 12:37:40 -08:00

32 lines
No EOL
671 B
JSON
Generated

{
"version": 0,
"type": "Server.Items.HouseRaffleDeed",
"properties": [
{
"name": "Stone",
"type": "Server.Items.HouseRaffleStone",
"rule": "SerializableInterfaceMigrationRule"
},
{
"name": "PlotLocation",
"type": "Server.Point3D",
"rule": "PrimitiveUOTypeMigrationRule",
"ruleArguments": [
"Point3D"
]
},
{
"name": "PlotFacet",
"type": "Server.Map",
"rule": "PrimitiveUOTypeMigrationRule",
"ruleArguments": [
"Map"
]
},
{
"name": "AwardedTo",
"type": "Server.Mobile",
"rule": "SerializableInterfaceMigrationRule"
}
]
}