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
41b9c8c372fca8c5312d77f23cda122239a7e250
Authored by
zhangqijia
2023-03-30 11:45:37 +0800
1 parent
a576554a
fix: update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
hero.proto
Inline
Side-by-side
hero.proto
Wrap text
Show/Hide comments
View file @
41b9c8c
...
...
@@ -93,7 +93,7 @@ message HeroSetMemoryFragmentsRsp {
93
93
94
94
message HeroBatchSetMemoryFragmentsReq {
95
95
string hero_id = 1;
96
- map<int32,
string
> slot_memory = 2;
96
+ map<int32,
int32
> slot_memory = 2;
97
97
}
98
98
99
99
message HeroBatchSetMemoryFragmentsRsp {
...
...