Delta-v/Content.Server/Speech/Muting/MutedComponent.cs

7 lines
125 B
C#

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