namespace Content.Server.Ghost.Roles; /// /// 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. /// [RegisterComponent] public sealed partial class GhostRoleMarkerRoleComponent : Component { [DataField("name")] public string? Name; }