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

◆ DebuggingModes

Enumerator
None 
Default 
DisableOptimizations 
IgnoreSymbolStoreSequencePoints 
EnableEditAndContinue 

Definition at line 23 of file DebuggableAttribute.cs.

24 {
25 // Token: 0x04001951 RID: 6481
26 None = 0,
27 // Token: 0x04001952 RID: 6482
28 Default = 1,
29 // Token: 0x04001953 RID: 6483
31 // Token: 0x04001954 RID: 6484
33 // Token: 0x04001955 RID: 6485
35 }