mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
17 lines
427 B
Protocol Buffer
17 lines
427 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 27624
|
|
|
|
import "BattlePassSchedule.proto";
|
|
import "BattlePassMission.proto";
|
|
|
|
message BattlePassAllDataNotify {
|
|
bool have_cur_schedule = 1;
|
|
BattlePassSchedule cur_schedule = 3;
|
|
bool HNDKICJJANM = 8;
|
|
bool is_viewed = 9;
|
|
repeated BattlePassMission mission_list = 12;
|
|
uint32 default_reward_type = 13;
|
|
}
|