From f8955bdb79babe7d364726a94d89b48e12f2f671 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makedown/optimization.md | 2 ++ proto/Gameapi.proto | 1 + 2 files changed, 3 insertions(+) diff --git a/makedown/optimization.md b/makedown/optimization.md index 8b809b9b..ab0c55c8 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -199,6 +199,8 @@ message UserInfo { int32 DecorateCnt = 5; // 总装饰次数 repeated AvatarInfo AvatarList = 6; // 解锁头像框 repeated FaceInfo FaceList = 7; // 解锁头像 + int32 Login = 8; // 登录 + string PetName = 9; //宠物名字 } // 设置昵称 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 5fe342e9..785669f9 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -389,6 +389,7 @@ message UserInfo { repeated AvatarInfo AvatarList = 6; repeated FaceInfo FaceList = 7; int32 Login = 8; // 登录 + string PetName = 9; //宠物名字 } // 设置昵称