ModernUO/Projects/UOContent/Migrations/Server.Mobiles.PlayerBarkeeper.v2.json

34 lines
No EOL
759 B
JSON
Generated

{
"version": 2,
"type": "Server.Mobiles.PlayerBarkeeper",
"properties": [
{
"name": "House",
"type": "Server.Multis.BaseHouse",
"rule": "SerializableInterfaceMigrationRule"
},
{
"name": "Owner",
"type": "Server.Mobile",
"rule": "SerializableInterfaceMigrationRule"
},
{
"name": "Rumors",
"type": "Server.Mobiles.BarkeeperRumor[]",
"rule": "ArrayMigrationRule",
"ruleArguments": [
"Server.Mobiles.BarkeeperRumor",
"RawSerializableMigrationRule",
"DeserializationRequiresParent"
]
},
{
"name": "TipMessage",
"type": "string",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
}
]
}