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
TailoringInfo.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000032 RID: 50
6 internal class TailoringInfo
7 {
8 // Token: 0x060000A8 RID: 168 RVA: 0x0000303C File Offset: 0x0000123C
9 public TailoringInfo(int lcid, int tailoringIndex, int tailoringCount, bool frenchSort)
10 {
11 this.LCID = lcid;
14 }
15
16 // Token: 0x040000D9 RID: 217
17 public readonly int LCID;
18
19 // Token: 0x040000DA RID: 218
21
22 // Token: 0x040000DB RID: 219
24
25 // Token: 0x040000DC RID: 220
26 public readonly bool FrenchSort;
27 }
28}
class f__AnonymousType0<< Count > j__TPar
TailoringInfo(int lcid, int tailoringIndex, int tailoringCount, bool frenchSort)