using Robust.Shared.GameStates; namespace Content.Shared.Roles.Components; /// /// Added to mind role entities to tag that they are a ghostrole. /// [RegisterComponent, NetworkedComponent] public sealed partial class GhostRoleMarkerRoleComponent : BaseMindRoleComponent;