6
StarHorizon_Public/Content.Server/Zombies/ZombifyOnDeathComponent.cs
2025-11-05 11:11:22 +03:00

9 lines
197 B
C#

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