聊天频道相关

This commit is contained in:
bob
2025-08-08 18:21:11 +08:00
parent 61496d4616
commit 7a93c0f8f1
23 changed files with 256 additions and 95 deletions

View File

@@ -43,6 +43,16 @@ message RoleInfo
repeated SkillInfo Skills = 8; //技能信息
}
/// 角色信息
message RoleSimpleInfo
{
int64 RoleId = 1;
string NickName = 2; //昵称
string Head = 3; //头像
string Country = 4; //国家
int32 Level = 5; //等级
}
/// VIP信息
message VipInfo
{