2024-10-10 10:48:56 +02:00
|
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
2025-08-13 12:51:46 +02:00
|
|
|
|
namespace Content.Shared.Roles.Components;
|
2024-10-10 10:48:56 +02:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2025-08-13 12:51:46 +02:00
|
|
|
|
/// Added to mind role entities to mark them as a job role entity.
|
2024-10-10 10:48:56 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2025-08-13 12:51:46 +02:00
|
|
|
|
public sealed partial class JobRoleComponent : BaseMindRoleComponent;
|