Files
tbd-station-14/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs
2022-02-16 18:23:23 +11:00

10 lines
150 B
C#

using System;
namespace Content.Server.MachineLinking.Exceptions
{
public sealed class NoSignalValueProvidedException : Exception
{
}
}