Files
tbd-station-14/Content.Server/Speech/Muting/MutedComponent.cs
2023-05-04 12:02:30 -07:00

7 lines
125 B
C#

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