Files
tbd-station-14/Content.Shared/MachineLinking/UIKeys.cs
2022-04-04 16:13:03 +10:00

12 lines
191 B
C#

using System;
using Robust.Shared.Serialization;
namespace Content.Shared.MachineLinking
{
[Serializable, NetSerializable]
public enum SignalLinkerUiKey
{
Key
}
}