Ghost hearing action (#19722)
This commit is contained in:
9
Content.Shared/Ghost/GhostHearingComponent.cs
Normal file
9
Content.Shared/Ghost/GhostHearingComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Content.Shared.Ghost;
|
||||
|
||||
/// <summary>
|
||||
/// This is used for marking entities which should receive all local chat message, even when out of range
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class GhostHearingComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user