GhostHearingComponent.cs 257 B

123456789
  1. namespace Content.Shared.Ghost;
  2. /// <summary>
  3. /// This is used for marking entities which should receive all local chat message, even when out of range
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class GhostHearingComponent : Component
  7. {
  8. }