using Robust.Shared.GameStates; namespace Content.Shared.Zombies; /// /// Entities with this component zombify on death. /// [RegisterComponent, NetworkedComponent] public sealed partial class ZombifyOnDeathComponent : Component { //this is not the component you are looking for }