Files
crystall-punk-14/Content.Shared/_CP14/DeviceLinking/CP14SharedPressurePlateSignal.cs
2025-02-16 00:39:36 +03:00

10 lines
172 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared._CP14.DeviceLinking;
[Serializable, NetSerializable]
public enum PressurePlateVisuals : byte
{
Pressed,
}