ModernUO/Projects/UOContent/Migrations/Server.Items.TrainingDummy.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

18 lines
No EOL
346 B
JSON

{
"version": 0,
"type": "Server.Items.TrainingDummy",
"properties": [
{
"name": "MinSkill",
"type": "double",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": []
},
{
"name": "MaxSkill",
"type": "double",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": []
}
]
}