using Robust.Shared.GameStates; namespace Content.Shared.Zombies; /// /// Entities with this component cannot be zombified. /// [RegisterComponent, NetworkedComponent] public sealed partial class ZombieImmuneComponent : Component { //still no }