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

◆ IsNotReallyTownNPC()

bool Terraria.GameContent.ShopHelper.IsNotReallyTownNPC ( NPC npc)
inlineprivate

Definition at line 345 of file ShopHelper.cs.

346 {
347 int type = npc.type;
348 return true;
349 }

References Terraria.NPC.type.