6
StarHorizon_Public/Content.Server/Roles/RoleBriefingComponent.cs
2025-12-13 13:46:17 +03:00

14 lines
303 B
C#

using Content.Shared.Roles;
namespace Content.Server.Roles;
/// <summary>
/// Adds a briefing to the character info menu, does nothing else.
/// </summary>
[RegisterComponent]
public sealed partial class RoleBriefingComponent : BaseMindRoleComponent
{
[DataField]
public string Briefing;
}