using Content.Shared.Roles; namespace Content.Shared._DV.Roles; /// /// Added to mind role entities to tag that they are using the cosmic colossus systems. /// [RegisterComponent] public sealed partial class CosmicColossusRoleComponent : BaseMindRoleComponent;