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
ValueTuple.4.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono
4{
5 // Token: 0x02000024 RID: 36
6 internal struct ValueTuple<T1, T2, T3>
7 {
8 // Token: 0x040000AE RID: 174
9 public T1 Item1;
10
11 // Token: 0x040000AF RID: 175
12 public T2 Item2;
13
14 // Token: 0x040000B0 RID: 176
15 public T3 Item3;
16 }
17}