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
Loading...
Searching...
No Matches

◆ DropNothing()

static IItemDropRule Terraria.GameContent.ItemDropRules.ItemDropRule.DropNothing ( )
inlinestatic

Definition at line 427 of file ItemDropRule.cs.

428 {
429 throw null;
430 }