GC-Proto/proto/AvatarTeam.proto

12 lines
187 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: MFJBPEPMJOH
message AvatarTeam {
repeated uint64 avatar_guid_list = 15;
string team_name = 2;
}