|
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;
|