6
StarHorizon_Public/Content.Server/Roles/ThiefRoleComponent.cs
2026-01-24 12:49:55 +03: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
{
}