|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "BattlePassSchedule.proto";
|
|
|
|
// Name: NPPPBMHELNK
|
|
// CmdId: 2646
|
|
message BattlePassCurScheduleUpdateNotify {
|
|
bool have_cur_schedule = 9;
|
|
BattlePassSchedule cur_schedule = 7;
|
|
}
|
|
|