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
5add7c6fce33867f884cbb1f390bc547cb5fe4ab
Authored by
zhangqijia
2023-04-19 18:18:26 +0800
1 parent
cac48a9a
fix: update
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
5add7c6
...
...
@@ -67,10 +67,6 @@ message RoleStartBattleReq {
67
67
int32 carbon_id = 2;
68
68
}
69
69
70
-message DropReward {
71
- map<string,int32> reward = 1;
72
-}
73
-
74
70
message RoleStartBattleRsp {
75
71
int32 cur_sp = 1;
76
72
string drop_reward = 2;
...
...