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
SettingsProviderCollection.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200045D")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001E55")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E97BB4", Offset = "0x1E97BB4", Length = "0x38")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x170006DE")]
21 public SettingsProvider this[string name]
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x6001E56")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1E97BEC", Offset = "0x1E97BEC", Length = "0x38")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6001E57")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1E97C24", Offset = "0x1E97C24", Length = "0x38")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
37 public override void Add(ProviderBase provider)
38 {
39 throw null;
40 }
41 }
42}