14 lines
280 B
Protocol Buffer
14 lines
280 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 1753
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message SetUpAvatarTeamReq {
|
|
uint32 team_id = 10;
|
|
repeated uint64 avatar_team_guid_list = 1;
|
|
uint64 cur_avatar_guid = 2;
|
|
}
|