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
UnescapeMode.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200008F RID: 143
6 [Flags]
7 internal enum UnescapeMode
8 {
9 // Token: 0x0400021B RID: 539
10 CopyOnly = 0,
11 // Token: 0x0400021C RID: 540
12 Escape = 1,
13 // Token: 0x0400021D RID: 541
14 Unescape = 2,
15 // Token: 0x0400021E RID: 542
17 // Token: 0x0400021F RID: 543
19 // Token: 0x04000220 RID: 544
20 UnescapeAll = 8,
21 // Token: 0x04000221 RID: 545
23 }
24}