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