Co-authored-by: Kara <lunarautomaton6@gmail.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
9 lines
189 B
C#
9 lines
189 B
C#
namespace Content.Server.Zombies
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class ZombifyOnDeathComponent : Component
|
|
{
|
|
//this is not the component you are looking for
|
|
}
|
|
}
|