6
2026-01-24 12:49:55 +03: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
{
}