mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-16 15:22:18 +02:00
11 lines
177 B
C#
11 lines
177 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.MachineLinking
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum SignalLinkerUiKey
|
|
{
|
|
Key
|
|
}
|
|
}
|