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
9a1343a1d61885be03b96ecf329f2602ec99c8d1
Authored by
zhangqijia
2022-06-06 10:51:12 +0800
1 parent
a10de1aa
fix: 首次通关记录到数据库
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
9a1343a
...
...
@@ -35,9 +35,9 @@ message ChangeTeamReq {
35
35
}
36
36
37
37
message EquipInfo {
38
- string equipId = 1;
39
- int32 pos = 2;
40
- }
38
+ string equipId = 1;
39
+ int32 pos = 2;
40
+}
41
41
42
42
//ResponseCmd HeroEquipReferReq
43
43
message HeroEquipReferReq {
...
...