mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-28 02:23:31 +01:00
implement BattlePass (Except missions) (#1316)
* BattlePass * BattlePass
This commit is contained in:
10
proto/BattlePassMissionDelNotify.proto
Normal file
10
proto/BattlePassMissionDelNotify.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 2643
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message BattlePassMissionDelNotify {
|
||||
repeated uint32 del_mission_id_list = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user