6 lines
80 B
Protocol Buffer
6 lines
80 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message AvatarTeam {
|
||
|
repeated uint64 avatarGuidList = 1;
|
||
|
}
|