2023-09-10 07:20:27 +01:00
|
|
|
using Content.Shared.Roles;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Roles;
|
|
|
|
|
|
2024-10-10 10:48:56 +02:00
|
|
|
/// <summary>
|
|
|
|
|
/// Added to mind role entities to tag that they are a space ninja.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
public sealed partial class NinjaRoleComponent : BaseMindRoleComponent
|
2023-09-10 07:20:27 +01:00
|
|
|
{
|
|
|
|
|
}
|