Files
crystall-punk-14/Content.Server/Zombies/ZombieImmuneComponent.cs

12 lines
220 B
C#
Raw Permalink Normal View History

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