modernuo/Projects/Server/Migrations/Server.EquippedSkillMod.v0.json
Kamron Batman 7adf52ef48
fix: Moves mods and fixes migrations for lights (#1080)
- [X] Removes duplicate property for owner.
- [X] Codegens them all (even though they aren't used, just in case someone wants to).
2022-06-18 21:28:51 -07:00

11 lines
No EOL
192 B
JSON
Generated

{
"version": 0,
"type": "Server.EquippedSkillMod",
"properties": [
{
"name": "Item",
"type": "Server.Item",
"rule": "SerializableInterfaceMigrationRule"
}
]
}