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
ItemVariant.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000864")]
9 public class ItemVariant
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60043A4")]
12 [global::Cpp2ILInjected.Address(RVA = "0x7A4880", Offset = "0x7A4880", Length = "0x28")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 public ItemVariant(NetworkText description)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60043A5")]
21 [global::Cpp2ILInjected.Address(RVA = "0x7A48A8", Offset = "0x7A48A8", Length = "0x10")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 public override string ToString()
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x4008197")]
30 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
32 }
33}
class f__AnonymousType0<< Count > j__TPar
ItemVariant(NetworkText description)