fix: Codegens treasure/paragon chests & strongboxes (#948)

This commit is contained in:
Kamron Batman 2022-02-27 17:22:38 -08:00 • committed by GitHub
parent 9bc6d5bdb8
commit 17f8d3563a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 431 additions and 518 deletions

View file

@ -0,0 +1,16 @@
{
"version": 0,
"type": "Server.Items.StrongBox",
"properties": [
{
"name": "Owner",
"type": "Server.Mobile",
"rule": "SerializableInterfaceMigrationRule"
},
{
"name": "House",
"type": "Server.Multis.BaseHouse",
"rule": "SerializableInterfaceMigrationRule"
}
]
}