mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* zombie mode redux * the great zombie changes * fix this * 65 down to 50 * empty * Changes to address stalling * make zombie nukies no longer nukies * actually work
11 lines
216 B
C#
11 lines
216 B
C#
namespace Content.Server.Zombies;
|
|
|
|
/// <summary>
|
|
/// This is used for a zombie that cannot be cured by any methods.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed class IncurableZombieComponent : Component
|
|
{
|
|
|
|
}
|