using Robust.Shared.GameStates; namespace Content.Shared.Roles.Jobs; /// /// Added to mind role entities to mark them as a job role entity. /// [RegisterComponent, NetworkedComponent] public sealed partial class JobRoleComponent : BaseMindRoleComponent { }