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
+20
View File
@@ -0,0 +1,20 @@
using System;
// Token: 0x02000476 RID: 1142
public enum IHCPDNLJMMD
{
// Token: 0x04001A1B RID: 6683
All,
// Token: 0x04001A1C RID: 6684
Others,
// Token: 0x04001A1D RID: 6685
MasterClient,
// Token: 0x04001A1E RID: 6686
AllBuffered,
// Token: 0x04001A1F RID: 6687
OthersBuffered,
// Token: 0x04001A20 RID: 6688
AllViaServer,
// Token: 0x04001A21 RID: 6689
AllBufferedViaServer
}