update:对接节奏训练

This commit is contained in:
2026-08-25 17:36:54 +08:00
parent 35e0ee3ca0
commit 9a06dcf942
7 changed files with 74 additions and 73 deletions
+4 -2
View File
@@ -7,8 +7,8 @@ const { Reader, Writer } = protobuf;
// 所以这里使用 minimal Reader/Writer 做静态字段解码和客户端消息编码。
// <match-schema-generated>
// 此区块由 scripts/generate-match-schema.mjs 自动生成,请勿手动修改。
// 来源:src/utils/match.min.jssha256: a7ab92ae43e405e7
// 协议命名空间:rpc;消息数:12;字段数:153
// 来源:src/utils/match.min.jssha256: fbf97fd3d08ae314
// 协议命名空间:rpc;消息数:12;字段数:155
export const ServerMessageType = {
SERVER_MSG_UNKNOWN: 0,
@@ -196,6 +196,8 @@ const SCHEMAS = {
51: { name: "shoot_window_start", kind: "int64" },
52: { name: "in_shoot_window", kind: "bool" },
53: { name: "shoot_time", kind: "int32" },
54: { name: "ten_ring_count", kind: "int32" },
55: { name: "delta_ten_ring_count", kind: "int32" },
},
MatchInfo: {
1: { name: "match_id", kind: "string" },