Files
tbd-station-14/Content.Shared/Speech/Muting/MutedComponent.cs

7 lines
125 B
C#

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