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
EventHandle.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000096 RID: 150
6 [Flags]
7 public enum EventHandle
8 {
9 // Token: 0x040002B4 RID: 692
10 Unused = 0,
11 // Token: 0x040002B5 RID: 693
12 Used = 1
13 }
14}