fish-station/Content.Shared/Speech/Muting/MutedComponent.cs

6 lines
125 B
C#

namespace Content.Shared.Speech.Muting
{
[RegisterComponent]
public sealed class MutedComponent : Component
{}
}