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:
13
proto/BattlePassCurScheduleUpdateNotify.proto
Normal file
13
proto/BattlePassCurScheduleUpdateNotify.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "BattlePassSchedule.proto";
|
||||
|
||||
// CmdId: 2604
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message BattlePassCurScheduleUpdateNotify {
|
||||
bool have_cur_schedule = 9;
|
||||
BattlePassSchedule cur_schedule = 15;
|
||||
}
|
||||
Reference in New Issue
Block a user