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
UnicodeDecodingConformance.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002DE RID: 734
7 {
8 // Token: 0x04000F5A RID: 3930
9 Auto,
10 // Token: 0x04000F5B RID: 3931
11 Strict,
12 // Token: 0x04000F5C RID: 3932
13 Compat,
14 // Token: 0x04000F5D RID: 3933
15 Loose
16 }
17}