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

◆ InflateBlockMode

Enumerator
TYPE 
LENS 
STORED 
TABLE 
BTREE 
DTREE 
CODES 
DRY 
DONE 
BAD 

Definition at line 204 of file InflateBlocks.cs.

205 {
206 // Token: 0x04000250 RID: 592
207 TYPE,
208 // Token: 0x04000251 RID: 593
209 LENS,
210 // Token: 0x04000252 RID: 594
211 STORED,
212 // Token: 0x04000253 RID: 595
213 TABLE,
214 // Token: 0x04000254 RID: 596
215 BTREE,
216 // Token: 0x04000255 RID: 597
217 DTREE,
218 // Token: 0x04000256 RID: 598
219 CODES,
220 // Token: 0x04000257 RID: 599
221 DRY,
222 // Token: 0x04000258 RID: 600
223 DONE,
224 // Token: 0x04000259 RID: 601
225 BAD
226 }