14 lines
277 B
Protocol Buffer
14 lines
277 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "BattlePassSchedule.proto";
|
|
|
|
// CmdId: 2634
|
|
// Version: 4.6.0
|
|
// Obfs: DMCBPPFMCAB
|
|
message BattlePassCurScheduleUpdateNotify {
|
|
bool have_cur_schedule = 14;
|
|
BattlePassSchedule cur_schedule = 15;
|
|
}
|