|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.ItemDropRules.DropNothing:
Collaboration diagram for Terraria.GameContent.ItemDropRules.DropNothing:Public Member Functions | |
| DropNothing () | |
| bool | CanDrop (DropAttemptInfo info) |
| ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info) |
| void | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
Properties | |
| List< IItemDropRuleChainAttempt > | ChainedRules [get, set, private set] |
Private Attributes | |
| List< IItemDropRuleChainAttempt >< ChainedRules > | k__BackingField |
Definition at line 10 of file DropNothing.cs.