Delta-v/Content.Shared/_DV/Roles/Components/HamletRoleComponent.cs

10 lines
262 B
C#

using Content.Shared.Roles.Components;
namespace Content.Shared._DV.Roles;
/// <summary>
/// Added to mind role entities to tag that they are a Hamlet.
/// </summary>
[RegisterComponent]
public sealed partial class HamletRoleComponent : BaseMindRoleComponent;