PlayerLevelReward
This commit is contained in:
7
proto/PlayerLevelRewardUpdateNotify.proto
Normal file
7
proto/PlayerLevelRewardUpdateNotify.proto
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
message PlayerLevelRewardUpdateNotify {
|
||||||
|
repeated uint32 levelList = 1;
|
||||||
|
}
|
||||||
7
proto/TakePlayerLevelRewardReq.proto
Normal file
7
proto/TakePlayerLevelRewardReq.proto
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
message TakePlayerLevelRewardReq {
|
||||||
|
uint32 level = 1;
|
||||||
|
}
|
||||||
9
proto/TakePlayerLevelRewardRsp.proto
Normal file
9
proto/TakePlayerLevelRewardRsp.proto
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
message TakePlayerLevelRewardRsp {
|
||||||
|
int32 retcode = 1;
|
||||||
|
uint32 level = 2;
|
||||||
|
uint32 rewardId = 3;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user