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
EventAttributes.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004CF RID: 1231
6 [Flags]
7 public enum EventAttributes
8 {
9 // Token: 0x04001389 RID: 5001
10 None = 0,
11 // Token: 0x0400138A RID: 5002
12 SpecialName = 512,
13 // Token: 0x0400138B RID: 5003
14 RTSpecialName = 1024,
15 // Token: 0x0400138C RID: 5004
16 ReservedMask = 1024
17 }
18}