terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IItemDropRule.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000870 RID: 2160
7 public interface IItemDropRule
8 {
9 // Token: 0x170007D2 RID: 2002
10 // (get) Token: 0x060043DA RID: 17370
12
13 // Token: 0x060043DB RID: 17371
15
16 // Token: 0x060043DC RID: 17372
18
19 // Token: 0x060043DD RID: 17373
21 }
22}
class f__AnonymousType0<< Count > j__TPar
List< IItemDropRuleChainAttempt > ChainedRules
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)