mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-27 06:24:27 +00:00
15 lines
309 B
Protocol Buffer
15 lines
309 B
Protocol Buffer
|
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;
|
||
|
}
|