GC-Proto/proto/GetBattlePassProductRsp.proto

16 lines
303 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 2623
// Name: APOOMOPLHGB
2023-02-18 04:48:44 +03:00
message GetBattlePassProductRsp {
2023-04-11 06:14:48 +03:00
string price_tier = 9;
int32 retcode = 2;
uint32 cur_schedule_id = 11;
string product_id = 15;
uint32 battle_pass_product_play_type = 3;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00