mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 00:27:50 +03:00
* moves muted to shared * fixes usings * Update MutedComponent.cs funny webedit * Update MutedComponent.cs oops using statement webedit (cherry picked from commit 046c874daeb60609d8880fe27617836d37de1a94)
11 lines
192 B
C#
11 lines
192 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.Speech.Muting
|
|
{
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class MutedComponent : Component
|
|
{
|
|
|
|
}
|
|
}
|