From 7753bc5f8df0b86640fc8304b884d0d29cbe8d25 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 15 May 2026 16:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 14660e9f..cd2e893c 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -3248,6 +3248,7 @@ message ResUserDetailInfo { int32 AdWatch = 21; repeated UserDetailFriendInfo FriendList = 22; repeated UserDetailOrderInfo Order = 23; + map ChessBuffer = 24; //棋子缓存 } message ResServerInfo{