ModernUO/Projects/UOContent/Migrations/Server.Items.SolenAntHole.v1.json
Kamron Batman 2c8097f707
fix(codegen): Fixes various code gen issues. Adds better embedded serialization support (#688)
* Adds save flag support (see `ElvenGlasses` for an example)
* Updates AOSAttributes so they are code genned
* Fixes embedded object support by adding an `IRawSerializable`
* Fixes various inconsistencies in serializing with codegen
2021-08-17 02:43:52 -07:00

16 lines
No EOL
341 B
JSON

{
"version": 1,
"type": "Server.Items.SolenAntHole",
"properties": [
{
"name": "Spawned",
"type": "System.Collections.Generic.List\u003CServer.Mobile\u003E",
"rule": "ListMigrationRule",
"ruleArguments": [
"",
"Server.Mobile",
"SerializableInterfaceMigrationRule"
]
}
]
}