ModernUO/Projects/UOContent/Migrations/Server.Items.SHTeleComponent.v0.json
Kamron Batman 4c265562bb
fix: Codgens more addons (#685)
* Fixes after deserialization not executing for older versions of an object
* Codegens more addons
2021-08-15 17:55:04 -07:00

26 lines
No EOL
544 B
JSON

{
"version": 0,
"type": "Server.Items.SHTeleComponent",
"properties": [
{
"name": "Active",
"type": "bool",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": []
},
{
"name": "TeleDest",
"type": "Server.Items.SHTeleComponent",
"rule": "SerializableInterfaceMigrationRule",
"ruleArguments": []
},
{
"name": "TeleOffset",
"type": "Server.Point3D",
"rule": "PrimitiveUOTypeMigrationRule",
"ruleArguments": [
"Point3D"
]
}
]
}