using Robust.Shared.Serialization; namespace Content.Shared.ParcelWrap.Components; /// /// This enum is used to change the sprite used by WrappedParcels based on the parcel's size. /// [Serializable, NetSerializable] public enum WrappedParcelVisuals : byte { Size, Layer, }