6
StarHorizon_Public/Content.Server/Roles/ThiefRoleComponent.cs
2026-01-13 18:31:02 +02:00

12 lines
252 B
C#

using Content.Shared.Roles;
namespace Content.Server.Roles;
/// <summary>
/// Added to mind role entities to tag that they are a thief.
/// </summary>
[RegisterComponent]
public sealed partial class ThiefRoleComponent : BaseMindRoleComponent
{
}