Commit 155b7bd3aa736ad34810445ed310fdffda1c56c9
1 parent
bd9f033d
改了个引导协议
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
game.proto
| @@ -156,4 +156,8 @@ message StoreBuyRsp { | @@ -156,4 +156,8 @@ message StoreBuyRsp { | ||
| 156 | message StoreUpdatePropertyNty { | 156 | message StoreUpdatePropertyNty { |
| 157 | repeated string keys = 1; // 键 名字 | 157 | repeated string keys = 1; // 键 名字 |
| 158 | models.Store store = 2; | 158 | models.Store store = 2; |
| 159 | +} | ||
| 160 | + | ||
| 161 | +message GuideReq { | ||
| 162 | + int32 guide_steps = 1; | ||
| 159 | } | 163 | } |
| 160 | \ No newline at end of file | 164 | \ No newline at end of file |
models.proto
| @@ -118,4 +118,6 @@ message Role { | @@ -118,4 +118,6 @@ message Role { | ||
| 118 | map<int32,int32> daily_task = 20; | 118 | map<int32,int32> daily_task = 20; |
| 119 | map<int32,int32> week_task = 21; | 119 | map<int32,int32> week_task = 21; |
| 120 | map<int32,int32> month_task = 22; | 120 | map<int32,int32> month_task = 22; |
| 121 | + | ||
| 122 | + int32 guide_steps = 23; | ||
| 121 | } | 123 | } |
| 122 | \ No newline at end of file | 124 | \ No newline at end of file |