using Content.Shared.Radio;
using Robust.Shared.Prototypes;
namespace Content.Server.Research.Components;
[RegisterComponent]
public sealed partial class ResearchConsoleComponent : Component
{
///
/// The radio channel that the unlock announcements are broadcast to.
///
[DataField, ViewVariables(VVAccess.ReadWrite)]
public ProtoId AnnouncementChannel = "Science";
}