Files
tbd-station-14/Content.Shared/Zombies/ZombieImmuneComponent.cs
2025-08-29 15:43:23 -07:00

14 lines
253 B
C#

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