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
IItemDropRule.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000870")]
8 public interface IItemDropRule
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x170007D2")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60043DA")]
14 get;
15 }
16
17 [global::Cpp2ILInjected.Token(Token = "0x60043DB")]
19
20 [global::Cpp2ILInjected.Token(Token = "0x60043DC")]
22
23 [global::Cpp2ILInjected.Token(Token = "0x60043DD")]
25 }
26}
class f__AnonymousType0<< Count > j__TPar
List< IItemDropRuleChainAttempt > ChainedRules
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)