namespace Content.Shared.Chat; /// /// WWDP /// [RegisterComponent] public sealed partial class ChatModifierComponent : Component { [DataField("whisperListeningRange")] public int WhisperListeningRange = SharedChatSystem.WhisperClearRange; }