2022-06-12 01:53:13 -04:00
|
|
|
namespace Content.Server.Zombies
|
|
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ZombifyOnDeathComponent : Component
|
2022-06-12 01:53:13 -04:00
|
|
|
{
|
2022-07-05 23:42:51 -04:00
|
|
|
//this is not the component you are looking for
|
2022-06-12 01:53:13 -04:00
|
|
|
}
|
|
|
|
|
}
|