Delta-v/Content.Shared/_DV/Chat/Components/TelepathicRepeaterComponent.cs

10 lines
272 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._DV.Chat.Components;
/// <summary>
/// Repeats whatever is happening in telepathic chat.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class TelepathicRepeaterComponent : Component;