8 lines
No EOL
150 B
Protocol Buffer
8 lines
No EOL
150 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
message SetUpAvatarTeamReq {
|
|
uint32 team_id = 4;
|
|
repeated uint64 avatar_team_guid_list = 11;
|
|
uint64 cur_avatar_guid = 15;
|
|
} |