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
0067b132ab78fea2371c418b4379583e3dc42ac4
Authored by
zhangqijia
2022-05-31 16:58:34 +0800
1 parent
a0a4d31c
fix: 批量穿戴裝備
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
0067b13
...
...
@@ -36,7 +36,7 @@ message ChangeTeamReq {
36
36
37
37
//ResponseCmd HeroEquipReferReq
38
38
message HeroEquipReferReq {
39
-
string equipId
= 1;
39
+
repeated string equipIds
= 1;
40
40
string hero_id = 2;
41
41
bool refer = 3; //true 穿戴, false 脱下
42
42
}
...
...