using Content.Shared.Roles; namespace Content.Server.Roles; /// /// Added to mind role entities to tag that they are a shadowling. /// [RegisterComponent] public sealed partial class ShadowlingRoleComponent : BaseMindRoleComponent { [DataField] public int ThrallsConverted = 0; }