mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 18:34:49 +01:00
implement BattlePass (Except missions) (#1316)
* BattlePass * BattlePass
This commit is contained in:
11
proto/SetBattlePassViewedReq.proto
Normal file
11
proto/SetBattlePassViewedReq.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 2637
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message SetBattlePassViewedReq {
|
||||
uint32 schedule_id = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user