山河社稷图
parent
174701995f
commit
96455d235e
|
@ -922,16 +922,14 @@ option optimize_for = SPEED;
|
|||
optional int32 mountId = 1;
|
||||
optional int32 overTime = 2;
|
||||
}
|
||||
//山河社稷图信息
|
||||
message HardStageInfo{
|
||||
repeated HardStageChapter chapter = 1;
|
||||
}
|
||||
//山河社稷图章节信息
|
||||
message HardStageChapter{
|
||||
optional int32 chapterId = 1;
|
||||
repeated HardStageNode node = 2;
|
||||
optional int32 stars = 3;
|
||||
repeated HardStageChapterReward reward = 4;
|
||||
//山河社稷图战斗信息
|
||||
message HardStagePlayerInfo{
|
||||
optional int32 uid = 1;
|
||||
optional int32 level = 2;
|
||||
optional int32 head = 3;
|
||||
optional string userName = 4;
|
||||
optional int32 headFrame = 5;//头像框
|
||||
optional FightData fightData = 6;
|
||||
}
|
||||
//山河社稷图章节奖励信息
|
||||
message HardStageChapterReward{
|
||||
|
@ -941,15 +939,17 @@ option optimize_for = SPEED;
|
|||
//山河社稷图节点信息
|
||||
message HardStageNode{
|
||||
optional int32 nodeId = 1;
|
||||
optional int32 type = 2; //类型:0.大节点1.小节点
|
||||
optional int32 type = 2; //类型:1.大节点2.奖励小节点3.挑战小节点
|
||||
optional int32 state = 3; //状态:0-7星级状态,8为荣耀三星,0为小节点未通过1为小节点通过
|
||||
}
|
||||
//山河社稷图战斗信息
|
||||
message HardStagePlayerInfo{
|
||||
optional int32 uid = 1;
|
||||
optional int32 level = 2;
|
||||
optional int32 head = 3;
|
||||
optional string userName = 4;
|
||||
optional int32 headFrame = 5;//头像框
|
||||
optional FightData fightData = 6;
|
||||
}
|
||||
//山河社稷图章节信息
|
||||
message HardStageChapter{
|
||||
optional int32 chapterId = 1;
|
||||
repeated HardStageNode node = 2;
|
||||
optional int32 stars = 3;
|
||||
repeated HardStageChapterReward reward = 4;
|
||||
}
|
||||
//山河社稷图信息
|
||||
message HardStageInfo{
|
||||
repeated HardStageChapter chapter = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue