GC-Proto/proto/HomeAvatarSummonAllEventNot...

11 lines
255 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 22990
import "HomeAvatarSummonEventInfo.proto";
message HomeAvatarSummonAllEventNotify {
repeated HomeAvatarSummonEventInfo summon_event_list = 12;
}