GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
155b7bd3aa736ad34810445ed310fdffda1c56c9
Authored by
wanglinkai
2022-08-10 16:05:30 +0800
1 parent
bd9f033d
改了个引导协议
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
game.proto
models.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
155b7bd
...
...
@@ -156,4 +156,8 @@ message StoreBuyRsp {
156
156
message StoreUpdatePropertyNty {
157
157
repeated string keys = 1; // 键 名字
158
158
models.Store store = 2;
159
+}
160
+
161
+message GuideReq {
162
+ int32 guide_steps = 1;
159
163
}
160
164
\ No newline at end of file
...
...
models.proto
Wrap text
Show/Hide comments
View file @
155b7bd
...
...
@@ -118,4 +118,6 @@ message Role {
118
118
map<int32,int32> daily_task = 20;
119
119
map<int32,int32> week_task = 21;
120
120
map<int32,int32> month_task = 22;
121
+
122
+ int32 guide_steps = 23;
121
123
}
122
124
\ No newline at end of file
...
...