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
GenericStack.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000006 RID: 6
7 public class GenericStack : Stack
8 {
9 // Token: 0x06000006 RID: 6 RVA: 0x000020BC File Offset: 0x000002BC
10 public GenericStack()
11 {
12 }
13 }
14}