This commit is contained in:
1
2025-10-16 15:26:16 +00:00
parent 341fc4120b
commit d32be53e70
2 changed files with 3 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ type MoreUserInfoOutboundInfo struct {
// BossAchievement spt boos成就 20字节 以任务状态完成 3为击败该boss, 目前spt只有12个, 剩下的长度以3填充
// 对应 Java 注解: @FieldDescription(...) @ArraySerialize(value = ArraySerializeType.FIXED_LENGTH, fixedLength = 20) @Builder.Default
BossAchievement []byte `codec:"true"`
BossAchievement [20]byte `codec:"true"`
// GraduationCount 教官成绩
// 对应 Java 注解: @FieldDescription("教官成绩") @UInt