Files
tbd-station-14/Content.Shared/Zombies/ZombifyOnDeathComponent.cs
2025-08-29 15:43:23 -07:00

13 lines
288 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Zombies;
/// <summary>
/// Entities with this component zombify on death.
/// </summary>
[RegisterComponent]
public sealed partial class ZombifyOnDeathComponent : Component
{
//this is not the component you are looking for
}