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
FORMATFLAGS.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200058A RID: 1418
6 internal enum FORMATFLAGS
7 {
8 // Token: 0x0400173B RID: 5947
9 None,
10 // Token: 0x0400173C RID: 5948
12 // Token: 0x0400173D RID: 5949
14 // Token: 0x0400173E RID: 5950
16 // Token: 0x0400173F RID: 5951
18 // Token: 0x04001740 RID: 5952
20 // Token: 0x04001741 RID: 5953
22 }
23}