15 lines
309 B
Protocol Buffer
15 lines
309 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 2649
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message GetBattlePassProductRsp {
|
|
int32 retcode = 14;
|
|
uint32 battle_pass_product_play_type = 2;
|
|
uint32 cur_schedule_id = 11;
|
|
string product_id = 1;
|
|
string price_tier = 6;
|
|
}
|