update:新增房间重连逻辑,优化tententen语音,修复mvp斩获环
This commit is contained in:
@@ -50,6 +50,7 @@ const SCHEMAS = {
|
||||
6: { name: "ring_x", kind: "bool" },
|
||||
7: { name: "angle", kind: "float" },
|
||||
8: { name: "distance", kind: "float" },
|
||||
9: { name: "three_consecutive_10_rings", kind: "bool" },
|
||||
},
|
||||
MatchShootList: {
|
||||
1: { name: "items", kind: "message", type: "MatchShoot", repeated: true },
|
||||
@@ -134,6 +135,7 @@ const SCHEMAS = {
|
||||
6: { name: "adc", kind: "float" },
|
||||
7: { name: "device_id", kind: "string" },
|
||||
8: { name: "shoot_id", kind: "string" },
|
||||
9: { name: "three_consecutive_10_rings", kind: "bool" },
|
||||
},
|
||||
PracticeInfo: {
|
||||
1: { name: "id", kind: "int64" },
|
||||
|
||||
Reference in New Issue
Block a user