TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ TownNPCProfile()

virtual ITownNPCProfile Terraria.ModLoader.ModNPC.TownNPCProfile ( )
inlinevirtual

Allows you to set the town NPC profile that this NPC uses.
By default, returns null, meaning that the NPC doesn't use one.

Definition at line 224 of file ModNPC.cs.

225 {
226 return null;
227 }