Reworked Mail Spawning (#36774)

* init

* stuff
This commit is contained in:
ScarKy0
2025-04-21 11:32:18 +02:00
committed by GitHub
parent e1c70882ef
commit 2fdfb4b14a
9 changed files with 124 additions and 21 deletions

View File

@@ -43,3 +43,9 @@ public enum DeliveryVisualLayers : byte
Breakage,
Trash,
}
public enum DeliverySpawnerVisualLayers : byte
{
Contents,
}