Files
OldThink/Content.Shared/_White/Keyhole/KeyformVisuals.cs
2024-02-23 22:10:38 +03:00

10 lines
162 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared._White.Keyhole;
[Serializable, NetSerializable]
public enum KeyformVisuals : byte
{
IsUsed
}