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

◆ PInfo

Enumerator
Attributes 
GetMethod 
SetMethod 
ReflectedType 
DeclaringType 
Name 

Definition at line 7 of file PInfo.cs.

8 {
9 // Token: 0x04001507 RID: 5383
10 Attributes = 1,
11 // Token: 0x04001508 RID: 5384
12 GetMethod = 2,
13 // Token: 0x04001509 RID: 5385
14 SetMethod = 4,
15 // Token: 0x0400150A RID: 5386
16 ReflectedType = 8,
17 // Token: 0x0400150B RID: 5387
18 DeclaringType = 16,
19 // Token: 0x0400150C RID: 5388
20 Name = 32
21 }