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

◆ UpdateStormTigerStatus()

void Terraria.Player.UpdateStormTigerStatus ( )
inlineprivate

Definition at line 4113 of file Player.cs.

4114 {
4115 int[] array = this.ownedProjectileCounts;
4116 if (array == null)
4117 {
4118 }
4119 if (array == null)
4120 {
4121 }
4122 int[] array2 = this.ownedProjectileCounts;
4123 }
class f__AnonymousType0<< Count > j__TPar
int[] ownedProjectileCounts
Definition Player.cs:23249

References System.array, j__TPar, and Terraria.Player.ownedProjectileCounts.