mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 18:05:05 +01:00
implement BattlePass (Except missions) (#1316)
* BattlePass * BattlePass
This commit is contained in:
15
proto/BattlePassAllDataNotify.proto
Normal file
15
proto/BattlePassAllDataNotify.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "BattlePassMission.proto";
|
||||
import "BattlePassSchedule.proto";
|
||||
|
||||
// CmdId: 2618
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message BattlePassAllDataNotify {
|
||||
bool have_cur_schedule = 11;
|
||||
BattlePassSchedule cur_schedule = 10;
|
||||
repeated BattlePassMission mission_list = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user