using Robust.Shared.Serialization;
namespace Content.Shared.Delivery;
[Serializable, NetSerializable]
public enum DeliveryVisuals : byte
{
IsLocked,
IsTrash,
IsBroken,
IsFragile,
PriorityState,
JobIcon,
}
public enum DeliveryPriorityState : byte
Off,
Active,
Inactive,
public enum DeliverySpawnerVisuals : byte
Contents,