mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
303 B
Protocol Buffer
16 lines
303 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2623
|
|
// Name: APOOMOPLHGB
|
|
message GetBattlePassProductRsp {
|
|
string price_tier = 9;
|
|
int32 retcode = 2;
|
|
uint32 cur_schedule_id = 11;
|
|
string product_id = 15;
|
|
uint32 battle_pass_product_play_type = 3;
|
|
}
|
|
|