Bomb Deliveries (#37069)

* init

* BOMB!!!

* review

* partial review

* review
This commit is contained in:
ScarKy0
2025-05-18 10:57:22 +02:00
committed by GitHub
parent 5b7c00b374
commit 30537e13a4
12 changed files with 246 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ public enum DeliveryVisuals : byte
IsTrash,
IsBroken,
IsFragile,
IsBomb,
PriorityState,
JobIcon,
}
@@ -21,6 +22,14 @@ public enum DeliveryPriorityState : byte
Inactive,
}
[Serializable, NetSerializable]
public enum DeliveryBombState : byte
{
Off,
Inactive,
Primed,
}
[Serializable, NetSerializable]
public enum DeliverySpawnerVisuals : byte
{