ModernUO/Projects/UOContent/Migrations/Server.Items.BroadcastCrystal.v1.json
2022-10-29 00:43:30 -07:00

24 lines
No EOL
524 B
JSON

{
"version": 1,
"type": "Server.Items.BroadcastCrystal",
"properties": [
{
"name": "Charges",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "Receivers",
"type": "System.Collections.Generic.List\u003CServer.Items.ReceiverCrystal\u003E",
"rule": "ListMigrationRule",
"ruleArguments": [
"",
"Server.Items.ReceiverCrystal",
"SerializableInterfaceMigrationRule"
]
}
]
}