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
FlushType.cs
Go to the documentation of this file.
1using System;
2
3namespace Ionic.Zlib
4{
5 // Token: 0x0200004D RID: 77
6 public enum FlushType
7 {
8 // Token: 0x040002B5 RID: 693
9 None,
10 // Token: 0x040002B6 RID: 694
11 Partial,
12 // Token: 0x040002B7 RID: 695
13 Sync,
14 // Token: 0x040002B8 RID: 696
15 Full,
16 // Token: 0x040002B9 RID: 697
17 Finish
18 }
19}