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
SecurityElementType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Security
4{
5 // Token: 0x02000299 RID: 665
6 internal enum SecurityElementType
7 {
8 // Token: 0x04000BA3 RID: 2979
10 // Token: 0x04000BA4 RID: 2980
11 Format,
12 // Token: 0x04000BA5 RID: 2981
14 }
15}