Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
8 lines
164 B
C#
8 lines
164 B
C#
namespace Content.Server.Roles;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class TraitorRoleComponent : AntagonistRoleComponent
|
|
{
|
|
public string? Briefing;
|
|
}
|