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

◆ GetNameForVariant()

string Terraria.GameContent.Profiles.LegacyNPCProfile.GetNameForVariant ( NPC npc)
inline

Implements Terraria.GameContent.ITownNPCProfile.

Definition at line 135 of file Profiles.cs.

136 {
137 if (!true)
138 {
139 }
140 return NPC.getNewNPCName(int.MinValue);
141 }

References Terraria.NPC.getNewNPCName().