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

7 lines
133 B
C#

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