mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-05-01 04:27:58 +03:00
9 lines
137 B
C#
9 lines
137 B
C#
namespace Content.Server.Zombies;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class ZombieImmuneComponent : Component
|
|
{
|
|
//still no
|
|
}
|
|
|