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

◆ UnlockOrExchangePet()

static void Terraria.NPC.UnlockOrExchangePet ( bool petBoughtFlag,
int npcType,
string textKeyForLicense,
int netMessageData )
inlinestatic

Definition at line 6668 of file NPC.cs.

6669 {
6670 if (!true)
6671 {
6672 }
6673 bool flag = NPC.AnyNPCs(npcType);
6674 int myPlayer = Main.myPlayer;
6675 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.NPC.AnyNPCs(), j__TPar, and Terraria.Main.myPlayer.

Referenced by Terraria.Player.LicenseOrExchangePet().