move proto to submodule
This commit is contained in:
16
proto/SetUpAvatarTeamReq.proto
Normal file → Executable file
16
proto/SetUpAvatarTeamReq.proto
Normal file → Executable file
@@ -2,8 +2,18 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message SetUpAvatarTeamReq {
|
||||
uint32 teamId = 1;
|
||||
repeated uint64 avatarTeamGuidList = 2;
|
||||
uint64 curAvatarGuid = 3;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 1653;
|
||||
}
|
||||
|
||||
uint32 team_id = 1;
|
||||
repeated uint64 avatar_team_guid_list = 2;
|
||||
uint64 cur_avatar_guid = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user