6
2026-01-13 18:31:02 +02:00

12 lines
267 B
C#

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