Files
crystall-punk-14/Content.Server/Roles/InitialInfectedRoleComponent.cs

13 lines
275 B
C#
Raw Permalink Normal View History

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
{
}