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
61fdbdf391722a86d0c1f817d4ab14d15e68f707
Authored by
zhangqijia
2023-06-28 11:01:35 +0800
1 parent
49478968
fix: 活动关卡结束增加是否通关的字段。
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
61fdbdf
...
...
@@ -291,6 +291,7 @@ message RoleActivityCarbonEndReq {
291
291
int32 act_type = 1;
292
292
int32 act_id = 2;
293
293
int32 carbon_id = 3;
294
+ bool pass = 4;
294
295
}
295
296
296
297
message RoleActivityCarbonEndRsp {
...
...