无尽本协议
parent
09ed399879
commit
58cd8a7fda
|
|
@ -115,6 +115,7 @@ option optimize_for = SPEED;
|
|||
optional int32 cellId = 1;
|
||||
// mapPointConfig id
|
||||
optional int32 pointId = 2;
|
||||
optional int32 monsterForce = 3;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -510,7 +511,11 @@ option optimize_for = SPEED;
|
|||
optional string heroId = 1; //英雄Id
|
||||
optional int32 hp = 2;//英雄血量
|
||||
}
|
||||
|
||||
//无尽副本地图点刷新时间信息
|
||||
message EndlessRefreshInfo{
|
||||
optional int32 cellId = 1;
|
||||
optional int32 time = 2;
|
||||
}
|
||||
//战力排行
|
||||
message UseForceInfo{
|
||||
optional string name = 1;
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@ import "CommonProto.proto";
|
|||
repeated TowerBuff buf = 12;
|
||||
// 无尽副本标志信息
|
||||
repeated endlessSign signs = 13;
|
||||
// 无尽副本地图点刷新信息
|
||||
repeated EndlessRefreshInfo refreshInfo = 14;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue