Files
ss14-wega/Content.Shared/Chat/ChatModifierComponent.cs
pofitlo 19c2d6af07 first
2025-01-06 11:55:57 +04:00

11 lines
285 B
C#

namespace Content.Shared.Chat;
/// <summary>
/// Corvax-Wega-Resomi
/// </summary>
[RegisterComponent]
public sealed partial class ChatModifierComponent : Component
{
[DataField("whisperListeningRange")]
public int WhisperListeningRange = SharedChatSystem.WhisperClearRange;
}