山河社稷图

master_huanxiang
mengchengzhen 2021-05-11 15:00:47 +08:00
parent 174701995f
commit 96455d235e
1 changed files with 20 additions and 20 deletions

View File

@ -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-78耀,01
}
//
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;
}