* add: nice job icons ui for HoP console * Ebanniy rot * add: Changing id visuals with HoP console * cleanup * add: remove drop down list and replace it with icon-buttons * add: colored and sorted by department buttons * add: columns * tweak: nicer colors * cleanup
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
|
|
}
|