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,19 @@
using System;
namespace POpusCodec.Enums
{
// Token: 0x02000547 RID: 1351
public enum PCPFNBHBCFH
{
// Token: 0x04001F78 RID: 8056
Narrowband = 1101,
// Token: 0x04001F79 RID: 8057
Mediumband,
// Token: 0x04001F7A RID: 8058
Wideband,
// Token: 0x04001F7B RID: 8059
SuperWideband,
// Token: 0x04001F7C RID: 8060
Fullband
}
}