fix: Codegens fillable containers (#862)

- [X] Fillable containers now relock/retrap after respawn.
- [X] Optimized the lookup and serialization.
This commit is contained in:
Kamron Batman 2022-06-13 01:13:59 -07:00 • committed by GitHub
parent db20722711
commit 59e1793c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1435 additions and 1612 deletions

View file

@ -0,0 +1,19 @@
{
"version": 2,
"type": "Server.Items.FillableContainer",
"properties": [
{
"name": "RawContentType",
"type": "Server.Items.FillableContentType",
"rule": "EnumMigrationRule"
},
{
"name": "RespawnTimer",
"type": "Server.Timer",
"rule": "TimerMigrationRule",
"ruleArguments": [
"@TimerDrift"
]
}
]
}