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

◆ GetListOfProjectilesToInteractWithHack()

List< int > Terraria.Player.GetListOfProjectilesToInteractWithHack ( )
inline

Definition at line 9457 of file Player.cs.

9458 {
9459 return this._projectilesToInteractWith;
9460 }
List< int > _projectilesToInteractWith
Definition Player.cs:23477

References Terraria.Player._projectilesToInteractWith.