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:
keronshb
2024-02-21 15:53:46 -05:00
committed by GitHub
parent 128f5e8625
commit 046c874dae
7 changed files with 15 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ using Content.Server.Speech.EntitySystems;
using Content.Shared.Chat.Prototypes;
using Content.Shared.Puppet;
using Content.Shared.Speech;
using Content.Shared.Speech.Muting;
namespace Content.Server.Speech.Muting
{