fix: Codegens corpses (#1287)

This commit is contained in:
Kamron Batman 2022-11-28 23:08:38 -08:00 committed by GitHub
parent c8a804d0b1
commit 0b4cd460de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1250 additions and 1339 deletions

View file

@ -0,0 +1,14 @@
{
"version": 2,
"type": "Server.Items.DecayedCorpse",
"properties": [
{
"name": "DecayTimer",
"type": "Server.Timer",
"rule": "TimerMigrationRule",
"ruleArguments": [
"@TimerDrift"
]
}
]
}