Files
wwdpublic/Content.Shared/Speech/Muting/MutedComponent.cs
keronshb fd4445253d Moves muted to shared (#25374)
* moves muted to shared

* fixes usings

* Update MutedComponent.cs

funny webedit

* Update MutedComponent.cs

oops using statement webedit

(cherry picked from commit 046c874daeb60609d8880fe27617836d37de1a94)
2024-03-05 09:45:27 +01:00

11 lines
192 B
C#

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