GC-Proto/proto/ActivityScheduleInfoNotify.proto
2024-08-28 17:09:22 +08:00

12 lines
287 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 28401
import "ActivityScheduleInfo.proto";
message ActivityScheduleInfoNotify {
uint32 remain_fly_sea_lamp_num = 1;
repeated ActivityScheduleInfo activity_schedule_list = 12;
}