Files
tbd-station-14/Content.Shared/Speech/Muting/MutedComponent.cs
keronshb 046c874dae Moves muted to shared (#25374)
* moves muted to shared

* fixes usings

* Update MutedComponent.cs

funny webedit

* Update MutedComponent.cs

oops using statement webedit
2024-02-21 15:53:46 -05:00

11 lines
192 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Speech.Muting
{
[RegisterComponent, NetworkedComponent]
public sealed partial class MutedComponent : Component
{
}
}