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