Files
tbd-station-14/Content.Server/Ghost/Roles/GhostRoleMarkerRoleComponent.cs

12 lines
347 B
C#

namespace Content.Server.Ghost.Roles;
/// <summary>
/// This is used for round end display of ghost roles.
/// It may also be used to ensure some ghost roles count as antagonists in future.
/// </summary>
[RegisterComponent]
public sealed partial class GhostRoleMarkerRoleComponent : Component
{
[DataField("name")] public string? Name;
}