Files
tbd-station-14/Content.Shared/Radio/Components/TelecomServerComponent.cs
2023-03-06 17:11:36 -04:00

6 lines
122 B
C#

namespace Content.Shared.Radio.Components;
[RegisterComponent]
public sealed class TelecomServerComponent : Component
{
}