Bomb Deliveries (#37069)
* init * BOMB!!! * review * partial review * review
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user