mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 10:55:08 +01:00
implement BattlePass (Except missions) (#1316)
* BattlePass * BattlePass
This commit is contained in:
11
proto/TakeBattlePassMissionPointReq.proto
Normal file
11
proto/TakeBattlePassMissionPointReq.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 2626
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message TakeBattlePassMissionPointReq {
|
||||
repeated uint32 mission_id_list = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user