8 lines
198 B
Protocol Buffer
8 lines
198 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message SetUpAvatarTeamRsp {
|
||
|
uint32 team_id = 5;
|
||
|
uint64 cur_avatar_guid = 9;
|
||
|
repeated uint64 avatar_team_guid_list = 4;
|
||
|
}
|