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
CharSet.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200042D RID: 1069
6 public enum CharSet
7 {
8 // Token: 0x040011EC RID: 4588
9 None = 1,
10 // Token: 0x040011ED RID: 4589
11 Ansi,
12 // Token: 0x040011EE RID: 4590
13 Unicode,
14 // Token: 0x040011EF RID: 4591
15 Auto
16 }
17}