IListener and IRadio purge (#11980)
This commit is contained in:
13
Content.Server/Speech/Components/ActiveListenerComponent.cs
Normal file
13
Content.Server/Speech/Components/ActiveListenerComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Content.Server.Chat.Systems;
|
||||
|
||||
namespace Content.Server.Speech.Components;
|
||||
|
||||
/// <summary>
|
||||
/// This component is used to relay speech events to other systems.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveListenerComponent : Component
|
||||
{
|
||||
[DataField("range")]
|
||||
public float Range = ChatSystem.VoiceRange;
|
||||
}
|
||||
Reference in New Issue
Block a user