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
TailoringInfo.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000032")]
8 internal class TailoringInfo
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60000A8")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AADB8C", Offset = "0x1AADB8C", Length = "0x44")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public TailoringInfo(int lcid, int tailoringIndex, int tailoringCount, bool frenchSort)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x40000D9")]
20 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
21 public readonly int LCID;
22
23 [global::Cpp2ILInjected.Token(Token = "0x40000DA")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
26
27 [global::Cpp2ILInjected.Token(Token = "0x40000DB")]
28 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
30
31 [global::Cpp2ILInjected.Token(Token = "0x40000DC")]
32 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
33 public readonly bool FrenchSort;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
TailoringInfo(int lcid, int tailoringIndex, int tailoringCount, bool frenchSort)