terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AI_066()

void Terraria.Projectile.AI_066 ( )
inlineprivate

Definition at line 6762 of file Projectile.cs.

6763 {
6764 if (this.type == 0)
6765 {
6766 }
6767 if (this.owner != 0)
6768 {
6769 int num = 2;
6770 this.timeLeft = num;
6771 }
6772 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Projectile.owner, and Terraria.Projectile.type.