TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ CopyLocalNPCImmunityTimes()

void Terraria.Projectile.CopyLocalNPCImmunityTimes ( Projectile p)
inlineprivate

Definition at line 57388 of file Projectile.cs.

57389 {
57390 for (int i = 0; i < localNPCImmunity.Length; i++)
57391 {
57392 p.localNPCImmunity[i] = localNPCImmunity[i];
57393 }
57394 }