6
StarHorizon_Public/Content.Server/Roles/NinjaRoleComponent.cs
2025-08-05 10:00:54 +03:00

12 lines
258 B
C#

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