12 lines
228 B
Protocol Buffer
12 lines
228 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "InstableSprayAvatarInfo.proto";
|
||
|
|
||
|
// Name: BOIBNONOGBF
|
||
|
message InstableSprayTeamInfo {
|
||
|
repeated InstableSprayAvatarInfo avatar_info_list = 8;
|
||
|
}
|
||
|
|