namespace Content.Server.GameTicking.Rules.Components; [RegisterComponent, Access(typeof(ZombieRuleSystem))] public sealed class ZombieRuleComponent : Component { public Dictionary InitialInfectedNames = new(); public string PatientZeroPrototypeID = "InitialInfected"; public const string ZombifySelfActionPrototype = "TurnUndead"; }