using Content.Server.Radio.EntitySystems; namespace Content.Server.Radio.Components; /// /// This component is used to tag players that are currently wearing an ACTIVE headset. /// [RegisterComponent] public sealed partial class WearingHeadsetComponent : Component { [DataField("headset")] public EntityUid Headset; }