mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-31 04:52:32 +02:00
implement BattlePass (Except missions) (#1316)
* BattlePass * BattlePass
This commit is contained in:
14
proto/GetBattlePassProductRsp.proto
Normal file
14
proto/GetBattlePassProductRsp.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 2601
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GetBattlePassProductRsp {
|
||||
int32 retcode = 13;
|
||||
uint32 battle_pass_product_play_type = 9;
|
||||
uint32 cur_schedule_id = 12;
|
||||
string product_id = 7;
|
||||
string price_tier = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user