GC-Proto/proto/ActivityScheduleInfoNotify....

11 lines
288 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "ActivityScheduleInfo.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 29397
// Obf: MGBFMLMPMCA
2022-11-06 15:30:21 +03:00
message ActivityScheduleInfoNotify {
2024-07-05 00:44:58 +03:00
repeated ActivityScheduleInfo activity_schedule_list = 2;
uint32 remain_fly_sea_lamp_num = 12;
2022-11-06 15:30:21 +03:00
}