Delta-v/Content.Server/Nyanotrasen/Chat/TelepathicRepeaterComponent.cs

12 lines
250 B
C#

namespace Content.Server.Nyanotrasen.Chat
{
/// <summary>
/// Repeats whatever is happening in telepathic chat.
/// </summary>
[RegisterComponent]
public sealed partial class TelepathicRepeaterComponent : Component
{
}
}