9 lines
197 B
C#
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
|
|
}
|
|
}
|