6
StarHorizon_Public/Content.Server/Zombies/ZombieImmuneComponent.cs
2026-01-18 12:53:36 +03:00

12 lines
220 B
C#

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