10 lines
160 B
C#
10 lines
160 B
C#
|
|
using Robust.Shared.Serialization;
|
|||
|
|
|
|||
|
|
namespace Content.Shared._White.NiceIdCards;
|
|||
|
|
|
|||
|
|
[Serializable, NetSerializable]
|
|||
|
|
public enum IdVisuals : byte
|
|||
|
|
{
|
|||
|
|
State
|
|||
|
|
}
|