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

◆ ItemCheck_UsePetLicenses()

void Terraria.Player.ItemCheck_UsePetLicenses ( Item sItem)
inlineprivate

Definition at line 15627 of file Player.cs.

15628 {
15629 int type = sItem.type;
15630 if (this.itemAnimation == 0)
15631 {
15632 }
15633 int type2 = sItem.type;
15634 if (this.itemAnimation == 0)
15635 {
15636 }
15637 int type3 = sItem.type;
15638 if (this.itemAnimation == 0)
15639 {
15640 }
15641 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.itemAnimation, j__TPar, and Terraria.Item.type.