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
MonoListItem.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000183 RID: 387
6 internal sealed class MonoListItem
7 {
8 // Token: 0x06000F25 RID: 3877 RVA: 0x00020528 File Offset: 0x0001E728
9 public MonoListItem()
10 {
11 }
12
13 // Token: 0x04000688 RID: 1672
15
16 // Token: 0x04000689 RID: 1673
17 private object data;
18 }
19}
MonoListItem next