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

◆ ModifyShop()

virtual void Terraria.ModLoader.GlobalNPC.ModifyShop ( NPCShop shop)
inlinevirtualinherited

Allows you to modify existing shop. Be aware that this hook is called just one time during loading.

Parameters
shopA
See also
T:Terraria.ModLoader.NPCShop
instance.

Reimplemented in Terraria.ModLoader.Default.PylonShopNPC.

Definition at line 639 of file GlobalNPC.cs.

640 {
641 }