fix: Codegens house/vendors (#1767)

### Summary
- Cleans up ShardPoller
- Breaks up player vendor file
- Codegens houses/vendors
This commit is contained in:
Kamron Batman 2024-05-08 22:45:59 -07:00 • committed by GitHub
parent 8fd04ac5aa
commit fb8563aa60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 4801 additions and 4858 deletions

View file

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