|
@@ -29,6 +29,7 @@ message UnclaimedMagicStoneEntry {
|
|
}
|
|
}
|
|
|
|
|
|
message StoryEntry{
|
|
message StoryEntry{
|
|
- optional string story_id = 1; // 闯关模式当前关卡id
|
|
|
|
- optional int32 story_ticket = 2; // 挑战券数量
|
|
|
|
|
|
+ optional string story_id = 1; // 闯关模式当前关卡id
|
|
|
|
+ optional bool success= 2 [default = false]; // 是否通关 true 通关
|
|
|
|
+ optional int32 story_ticket = 3; // 挑战券数量
|
|
}
|
|
}
|