Delta-v/Content.Server/Roles/InitialInfectedRoleComponen...

10 lines
173 B
C#

using Content.Shared.Roles;
namespace Content.Server.Roles;
[RegisterComponent]
public sealed partial class InitialInfectedRoleComponent : AntagonistRoleComponent
{
}