Moves muted to shared (#25374)
* moves muted to shared * fixes usings * Update MutedComponent.cs funny webedit * Update MutedComponent.cs oops using statement webedit
This commit is contained in:
10
Content.Shared/Speech/Muting/MutedComponent.cs
Normal file
10
Content.Shared/Speech/Muting/MutedComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Speech.Muting
|
||||
{
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class MutedComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user