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
96cea9fe638175b101630757cfc7a4ca96764823
Authored by
zhangqijia
2023-03-02 16:37:55 +0800
1 parent
b33dbc13
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 @
96cea9f
...
...
@@ -109,7 +109,7 @@ message HeroUpMemorySlotReq {
109
109
string costs = 3;
110
110
}
111
111
112
-message HeroUpMemorySlotRsp
{
112
+message HeroUpMemorySlotRsp
{
113
113
string hero_id = 1;
114
114
map<int32,string> slot_memory = 2;
115
115
}
116
116
\ No newline at end of file
...
...