10 lines
162 B
C#
10 lines
162 B
C#
|
|
using Robust.Shared.Serialization;
|
|||
|
|
|
|||
|
|
namespace Content.Shared._White.Keyhole;
|
|||
|
|
|
|||
|
|
[Serializable, NetSerializable]
|
|||
|
|
public enum KeyformVisuals : byte
|
|||
|
|
{
|
|||
|
|
IsUsed
|
|||
|
|
}
|