1
0

BlockListeningComponent.cs 226 B

1234567891011
  1. namespace Content.Server.Speech.Components;
  2. /// <summary>
  3. /// Causes all ListenAttemptEvents to fail on the entity.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class BlockListeningComponent : Component
  7. {
  8. }