6
StarHorizon_Public/Content.Server/Roles/RoleBriefingComponent.cs
2026-01-24 12:49:55 +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;
}