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
CompressionMethod.cs
Go to the documentation of this file.
1using System;
2
3namespace Ionic.Zip
4{
5 // Token: 0x02000023 RID: 35
6 public enum CompressionMethod
7 {
8 // Token: 0x040000AD RID: 173
9 None,
10 // Token: 0x040000AE RID: 174
11 Deflate = 8,
12 // Token: 0x040000AF RID: 175
13 BZip2 = 12
14 }
15}