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
DropNothing.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200087D RID: 2173
9 {
10 // Token: 0x170007D5 RID: 2005
11 // (get) Token: 0x060043FA RID: 17402 RVA: 0x0024EF78 File Offset: 0x0024D178
12 // (set) Token: 0x060043FB RID: 17403 RVA: 0x0024EF8C File Offset: 0x0024D18C
14 {
16 get
17 {
18 return this.<ChainedRules>k__BackingField;
19 }
21 private set
22 {
24 }
25 }
26
27 // Token: 0x060043FC RID: 17404 RVA: 0x0024EFA0 File Offset: 0x0024D1A0
28 public DropNothing()
29 {
30 }
31
32 // Token: 0x060043FD RID: 17405 RVA: 0x0024EFB4 File Offset: 0x0024D1B4
34 {
35 }
36
37 // Token: 0x060043FE RID: 17406 RVA: 0x0024EFC4 File Offset: 0x0024D1C4
41
42 // Token: 0x060043FF RID: 17407 RVA: 0x0024EFD4 File Offset: 0x0024D1D4
47
48 // Token: 0x040081C5 RID: 33221
51 }
52}
class f__AnonymousType0<< Count > j__TPar
List< IItemDropRuleChainAttempt >< ChainedRules > k__BackingField
List< IItemDropRuleChainAttempt > ChainedRules
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)