配置表接入和升级服务器框架到最新版
This commit is contained in:
@@ -35,6 +35,22 @@ message Game2C_ItemChange // ICustomRouteMessage,GameRoute
|
||||
repeated int64 Removes = 3; //移除物品(移除时有)
|
||||
}
|
||||
|
||||
////////////// ******** 钓组 *******/////////////
|
||||
|
||||
///请求安装或取下配件
|
||||
message C2Game_RigChangeRequest // ICustomRouteRequest,Game2C_RigChangeResponse,GameRoute
|
||||
{
|
||||
int64 RodId = 1;//杆子id
|
||||
int64 RigId = 2;//变更的配件
|
||||
bool IsAdd = 3;//是否添加
|
||||
}
|
||||
|
||||
///请求安装配件响应
|
||||
message Game2C_RigChangeResponse // ICustomRouteResponse
|
||||
{
|
||||
ItemBindInfo Rigs = 1; //变化钓组信息
|
||||
}
|
||||
|
||||
|
||||
////////////// ******** 鱼护 *******/////////////
|
||||
|
||||
|
||||
@@ -9,8 +9,7 @@ message RoleBaseInfo
|
||||
string Country = 3; //国家
|
||||
int32 Level = 4; //等级
|
||||
int32 Exp = 5; //当前等级
|
||||
bool Vip = 6; //是否vip
|
||||
VipInfo VipInfo = 7; //vip信息
|
||||
VipInfo VipInfo = 6; //vip信息
|
||||
}
|
||||
|
||||
|
||||
@@ -45,15 +44,16 @@ message RoleSimpleInfo
|
||||
string Head = 3; //头像
|
||||
string Country = 4; //国家
|
||||
int32 Level = 5; //等级
|
||||
bool Vip = 6; //是否vip
|
||||
int32 Vip = 6; //vip级别
|
||||
int32 MapId = 7; //当前所在地图
|
||||
}
|
||||
|
||||
/// VIP信息
|
||||
message VipInfo
|
||||
{
|
||||
int64 OpenTime = 1; //开通时间
|
||||
int64 ExpirationTime = 2; //到期时间
|
||||
int32 Level = 1; //VIP信息
|
||||
int64 OpenTime = 2; //开通时间
|
||||
int64 ExpirationTime = 3; //到期时间
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user