6
StarHorizon_Public/Content.Server/Zombies/NonSpreaderZombieComponent.cs
2026-01-18 12:53:36 +03: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
{
}