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
5eb9ca908e794fd9bd0e7705a03fcc0252cd2d7d
Authored by
zhangqijia
2023-06-01 14:05:26 +0800
1 parent
02643dcf
feat: add RoleCostDiamondAddSpRpc
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
5eb9ca9
...
...
@@ -263,3 +263,10 @@ message RoleLuckyRewardReq {
263
263
message RoleLuckyRewardRsp {
264
264
map<int32,int32> reward = 1;
265
265
}
266
+
267
+message RoleCostDiamondAddSpReq {
268
+}
269
+
270
+message RoleCostDiamondAddSpRsp {
271
+ int32 sp = 1;
272
+}
...
...