using Content.Server.Chat.Systems; namespace Content.Server.Speech.Components; /// /// This component is used to relay speech events to other systems. /// [RegisterComponent] public sealed partial class ActiveListenerComponent : Component { [DataField("range")] public float Range = ChatSystem.VoiceRange; }