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
UriIdnScope.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200008D RID: 141
6 public enum UriIdnScope
7 {
8 // Token: 0x04000208 RID: 520
9 None,
10 // Token: 0x04000209 RID: 521
12 // Token: 0x0400020A RID: 522
13 All
14 }
15}