|
@@ -446,6 +446,66 @@
|
|
|
"id": 2
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "IndexPageDataResponse",
|
|
|
+ "syntax": "proto2",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "rule": "repeated",
|
|
|
+ "type": "UnclaimedMagicStoneEntry",
|
|
|
+ "name": "unclaimed_magic_stone_map",
|
|
|
+ "id": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "StoryEntry",
|
|
|
+ "name": "storyEntry",
|
|
|
+ "id": 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int32",
|
|
|
+ "name": "maxMagicArrayLevel",
|
|
|
+ "id": 3
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "UnclaimedMagicStoneEntry",
|
|
|
+ "syntax": "proto2",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "string",
|
|
|
+ "name": "key",
|
|
|
+ "id": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "value",
|
|
|
+ "id": 2
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "StoryEntry",
|
|
|
+ "syntax": "proto2",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "story_id",
|
|
|
+ "id": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "story_ticket",
|
|
|
+ "id": 2
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
"enums": [
|