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.2.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono
4{
5 // Token: 0x02000022 RID: 34
6 internal struct ValueTuple<T1>
7 {
8 // Token: 0x040000AB RID: 171
9 public T1 Item1;
10 }
11}