Files
tbd-station-14/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs
2022-05-13 17:59:03 +10:00

8 lines
138 B
C#

namespace Content.Server.MachineLinking.Exceptions
{
public sealed class LinkAlreadyRegisteredException : Exception
{
}
}