mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
II immunity Make ERT, DeathSquad and Central Command officers immune to being II (cherry picked from commit bb828af6d31f2cf705fe9cacb7130a94f70d8092)
8 lines
127 B
C#
8 lines
127 B
C#
namespace Content.Server.Zombies;
|
|
|
|
[RegisterComponent]
|
|
public partial class InitialInfectedExemptComponent : Component
|
|
{
|
|
|
|
}
|