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