using Robust.Shared.Serialization;
namespace Content.Shared.DeltaV.Harpy;
[Serializable, NetSerializable]
public enum HardsuitWings : byte
{
Worn
}