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