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

◆ Add()

IItemDropRule Terraria.ModLoader.NPCLoot.Add ( IItemDropRule entry)
inline

Implements Terraria.ModLoader.ILoot.

Definition at line 25 of file NPCLoot.cs.

26 {
27 itemDropDatabase.RegisterToNPCNetId(npcNetId, entry);
28 return entry;
29 }
readonly int npcNetId
Definition NPCLoot.cs:10
readonly ItemDropDatabase itemDropDatabase
Definition NPCLoot.cs:12

References Terraria.ModLoader.NPCLoot.itemDropDatabase, and Terraria.ModLoader.NPCLoot.npcNetId.