14 lines
288 B
Protocol Buffer
14 lines
288 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ActivityScheduleInfo.proto";
|
|
|
|
// CmdId: 2020
|
|
// Name: OIIEMAPPMNO
|
|
message ActivityScheduleInfoNotify {
|
|
uint32 remain_fly_sea_lamp_num = 7;
|
|
repeated ActivityScheduleInfo activity_schedule_list = 3;
|
|
}
|
|
|