Files
OldThink/Content.Shared/_White/NiceIdCards/IdCardsVisuals.cs
ThereDrD0 cb37ba5714 QoL для ХоПа (#369)
* 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
2024-06-20 22:29:26 +03:00

10 lines
160 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared._White.NiceIdCards;
[Serializable, NetSerializable]
public enum IdVisuals : byte
{
State
}