6
StarHorizon_Public/Content.Server/Zombies/NonSpreaderZombieComponent.cs
2026-01-13 18:31:02 +02:00

11 lines
241 B
C#

namespace Content.Server.Zombies;
/// <summary>
/// Zombified entities with this component cannot infect other entities by attacking.
/// </summary>
[RegisterComponent]
public sealed partial class NonSpreaderZombieComponent: Component
{
}