This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
namespace ICSharpCode.SharpZipLib.Zip
{
// Token: 0x02000064 RID: 100
public enum TestOperation
{
// Token: 0x040002C6 RID: 710
Initialising,
// Token: 0x040002C7 RID: 711
EntryHeader,
// Token: 0x040002C8 RID: 712
EntryData,
// Token: 0x040002C9 RID: 713
EntryComplete,
// Token: 0x040002CA RID: 714
MiscellaneousTests,
// Token: 0x040002CB RID: 715
Complete
}
}