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

◆ AddShops()

virtual void Terraria.ModLoader.ModNPC.AddShops ( )
inlinevirtual

Allows you to add shops to this NPC, similar to adding recipes for items.
Make a new T:Terraria.ModLoader.NPCShop, and items to it, and call M:Terraria.ModLoader.AbstractNPCShop.Register

Definition at line 736 of file ModNPC.cs.

737 {
738 }