1
0

ZombifyOnDeathComponent.cs 197 B

12345678
  1. namespace Content.Server.Zombies
  2. {
  3. [RegisterComponent]
  4. public sealed partial class ZombifyOnDeathComponent : Component
  5. {
  6. //this is not the component you are looking for
  7. }
  8. }