地图协议定义
This commit is contained in:
@@ -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信息
|
||||
|
||||
Reference in New Issue
Block a user