|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.GameContent.ItemDropRules.ItemDropDatabase:Package Attributes | |
| List< IItemDropRule > | _globalEntries = new List<IItemDropRule>() |
Private Attributes | |
| Dictionary< int, List< IItemDropRule > > | _entriesByNpcNetId = new Dictionary<int, List<IItemDropRule>>() |
| Dictionary< int, List< int > > | _npcNetIdsByType = new Dictionary<int, List<int>>() |
| int | _masterModeDropRng = 4 |
| Dictionary< int, List< IItemDropRule > > | _entriesByItemId = new Dictionary<int, List<IItemDropRule>>() |
| Dictionary< int, List< int > > | _itemIdsByType = new Dictionary<int, List<int>>() |
Definition at line 8 of file ItemDropDatabase.cs.