using Robust.Shared.GameStates; namespace Content.Shared.Roles.Components; /// /// Adds a briefing to the character info menu, does nothing else. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class RoleBriefingComponent : BaseMindRoleComponent { [DataField(required: true), AutoNetworkedField] public LocId Briefing; }