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

◆ IPProtectionLevel

Enumerator
Unspecified 
Unrestricted 
EdgeRestricted 
Restricted 

Definition at line 6 of file IPProtectionLevel.cs.

7 {
8 // Token: 0x04001026 RID: 4134
9 Unspecified = -1,
10 // Token: 0x04001027 RID: 4135
11 Unrestricted = 10,
12 // Token: 0x04001028 RID: 4136
13 EdgeRestricted = 20,
14 // Token: 0x04001029 RID: 4137
15 Restricted = 30
16 }