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
MonoEventInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x02000509 RID: 1289
6 internal struct MonoEventInfo
7 {
8 // Token: 0x040014DE RID: 5342
10
11 // Token: 0x040014DF RID: 5343
13
14 // Token: 0x040014E0 RID: 5344
15 public string name;
16
17 // Token: 0x040014E1 RID: 5345
19
20 // Token: 0x040014E2 RID: 5346
22
23 // Token: 0x040014E3 RID: 5347
25
26 // Token: 0x040014E4 RID: 5348
28
29 // Token: 0x040014E5 RID: 5349
31 }
32}