1
0

ZombieImmuneComponent.cs 220 B

1234567891011
  1. namespace Content.Server.Zombies;
  2. /// <summary>
  3. /// Entities with this component cannot be zombified.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class ZombieImmuneComponent : Component
  7. {
  8. //still no
  9. }