Delta-v/Content.Shared/_DV/Speech/HushedComponent.cs

7 lines
172 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Speech.Hushing;
[RegisterComponent, NetworkedComponent]
public sealed partial class HushedComponent : Component;