10 lines
151 B
C#
10 lines
151 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared._DV.Harpy;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum HardsuitWings : byte
|
|
{
|
|
Worn
|
|
}
|