Add present logs (#13144)

* add logs for SpawnItemsOnUse

* add logs for RandomGift

* add and use EntitySpawn log type
This commit is contained in:
Chief-Engineer
2022-12-24 18:59:49 -06:00
committed by GitHub
parent a88d437f52
commit 5eadce16ec
3 changed files with 10 additions and 1 deletions

View File

@@ -79,4 +79,5 @@ public enum LogType
LatticeCut = 74,
Stripping = 75,
Stamina = 76,
EntitySpawn = 77,
}