Files
crystall-punk-14/Content.Shared/_CP14/DeviceLinking/CP14SharedPressurePlateSignal.cs

10 lines
172 B
C#
Raw Permalink Normal View History

2025-02-16 00:39:36 +03:00
using Robust.Shared.Serialization;
namespace Content.Shared._CP14.DeviceLinking;
[Serializable, NetSerializable]
public enum PressurePlateVisuals : byte
{
Pressed,
}