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
ZlibStreamFlavor.cs
Go to the documentation of this file.
1using System;
2
3namespace Ionic.Zlib
4{
5 // Token: 0x02000056 RID: 86
6 internal enum ZlibStreamFlavor
7 {
8 // Token: 0x040002E7 RID: 743
9 ZLIB = 1950,
10 // Token: 0x040002E8 RID: 744
11 DEFLATE,
12 // Token: 0x040002E9 RID: 745
13 GZIP
14 }
15}