更新协议

This commit is contained in:
hahwu 2024-12-19 12:15:15 +08:00
parent a8d8d57925
commit f8955bdb79
2 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,8 @@ message UserInfo {
int32 DecorateCnt = 5; // 总装饰次数
repeated AvatarInfo AvatarList = 6; // 解锁头像框
repeated FaceInfo FaceList = 7; // 解锁头像
int32 Login = 8; // 登录
string PetName = 9; //宠物名字
}
// 设置昵称

View File

@ -389,6 +389,7 @@ message UserInfo {
repeated AvatarInfo AvatarList = 6;
repeated FaceInfo FaceList = 7;
int32 Login = 8; //
string PetName = 9; //
}
//