16 lines
336 B
Protocol Buffer
16 lines
336 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "BattlePassMission.proto";
|
|
import "BattlePassSchedule.proto";
|
|
|
|
// CmdId: 2963
|
|
// Version: 4.7.0
|
|
// Obfs: ?
|
|
message BattlePassAllDataNotify {
|
|
bool have_cur_schedule = 4;
|
|
repeated BattlePassMission mission_list = 10;
|
|
BattlePassSchedule cur_schedule = 1;
|
|
}
|