Files
tbd-station-14/Content.Server/Zombies/ZombifyOnDeathComponent.cs
Nemanja 836c0bb1c4 Zombie Mode [New Game Mode] (#8501)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-07-06 13:42:51 +10:00

9 lines
189 B
C#

namespace Content.Server.Zombies
{
[RegisterComponent]
public sealed class ZombifyOnDeathComponent : Component
{
//this is not the component you are looking for
}
}