move proto to submodule
This commit is contained in:
25
proto/AvatarPromoteGetRewardReq.proto
Normal file → Executable file
25
proto/AvatarPromoteGetRewardReq.proto
Normal file → Executable file
@@ -1,8 +1,17 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AvatarPromoteGetRewardReq {
|
||||
uint64 avatarGuid = 1;
|
||||
uint32 promoteLevel = 2;
|
||||
}
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AvatarPromoteGetRewardReq {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 1701;
|
||||
}
|
||||
|
||||
uint64 avatar_guid = 1;
|
||||
uint32 promote_level = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user