This commit is contained in:
昔念
2026-04-25 23:05:41 +08:00
parent 415315c288
commit 4906197c77
18 changed files with 1009 additions and 31 deletions

View File

@@ -15,6 +15,8 @@ type PetTOPLEVELnboundInfo struct {
Head common.TomeeHeader `cmd:"2458" struc:"skip"`
Mode uint32 //巅峰赛对战模式 19 = 普通模式单精灵 20 = 普通模式多精灵
TianxuanPetIDsLen uint32 `struc:"sizeof=TianxuanPetIDs"`
TianxuanPetIDs []uint32 `json:"tianxuanPetIds"`
}
// JoINtop 处理控制器请求。