6
StarHorizon_Public/Content.Server/Roles/InitialInfectedRoleComponent.cs
2025-11-15 12:24:44 +03:00

13 lines
275 B
C#

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