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

◆ MemberTypes

Enumerator
Constructor 
Event 
Field 
Method 
Property 
TypeInfo 
Custom 
NestedType 
All 

Definition at line 7 of file MemberTypes.cs.

8 {
9 // Token: 0x040013B4 RID: 5044
10 Constructor = 1,
11 // Token: 0x040013B5 RID: 5045
12 Event = 2,
13 // Token: 0x040013B6 RID: 5046
14 Field = 4,
15 // Token: 0x040013B7 RID: 5047
16 Method = 8,
17 // Token: 0x040013B8 RID: 5048
18 Property = 16,
19 // Token: 0x040013B9 RID: 5049
20 TypeInfo = 32,
21 // Token: 0x040013BA RID: 5050
22 Custom = 64,
23 // Token: 0x040013BB RID: 5051
24 NestedType = 128,
25 // Token: 0x040013BC RID: 5052
26 All = 191
27 }