地图协议定义

This commit is contained in:
2025-08-20 23:57:33 +08:00
parent 8122c577f6
commit 07a11f3260
3 changed files with 33 additions and 10 deletions

View File

@@ -41,8 +41,9 @@ message RoleInfo
repeated FishInfo Fishs = 4; //鱼护
repeated ActivityInfo Activities = 5; //活动信息
repeated KeyValueInt64 Currency = 6; //货币信息
repeated KeyValueInt64 Slots = 7; //插槽使用情况
repeated KeyValueInt64 Slots = 7; //插槽使用情况
repeated SkillInfo Skills = 8; //技能信息
int32 MapId = 9; //当前所在地图
}
/// 角色信息
@@ -53,7 +54,8 @@ message RoleSimpleInfo
string Head = 3; //头像
string Country = 4; //国家
int32 Level = 5; //等级
bool Vip = 6; //是否vip
bool Vip = 6; //是否vip
int32 MapId = 7; //当前所在地图
}
/// VIP信息