6
StarHorizon_Public/Content.Server/Roles/TraitorRoleComponent.cs
2025-11-03 10:15:18 +03:00

12 lines
266 B
C#

using Content.Shared.Roles;
namespace Content.Server.Roles;
/// <summary>
/// Added to mind role entities to tag that they are a syndicate traitor.
/// </summary>
[RegisterComponent]
public sealed partial class TraitorRoleComponent : BaseMindRoleComponent
{
}