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.3.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono
4{
5 // Token: 0x02000023 RID: 35
6 internal struct ValueTuple<T1, T2>
7 {
8 // Token: 0x040000AC RID: 172
9 public T1 Item1;
10
11 // Token: 0x040000AD RID: 173
12 public T2 Item2;
13 }
14}