10 lines
172 B
C#
10 lines
172 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared._CP14.DeviceLinking;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum PressurePlateVisuals : byte
|
|
{
|
|
Pressed,
|
|
}
|