GC-Proto/proto/ActivityScheduleInfoNotify....

14 lines
290 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ActivityScheduleInfo.proto";
// Name: KEDKIAAFGKO
// CmdId: 2068
message ActivityScheduleInfoNotify {
uint32 remain_fly_sea_lamp_num = 12;
repeated ActivityScheduleInfo activity_schedule_list = 11;
}