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
PopupTextContext.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria
4{
5 // Token: 0x02000450 RID: 1104
6 public enum PopupTextContext
7 {
8 // Token: 0x04003698 RID: 13976
10 // Token: 0x04003699 RID: 13977
12 // Token: 0x0400369A RID: 13978
14 // Token: 0x0400369B RID: 13979
16 // Token: 0x0400369C RID: 13980
18 // Token: 0x0400369D RID: 13981
20 }
21}