mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
16 lines
304 B
Protocol Buffer
16 lines
304 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: NIPJJMGCKAG
|
|
// CmdId: 2631
|
|
message GetBattlePassProductRsp {
|
|
uint32 cur_schedule_id = 5;
|
|
string product_id = 7;
|
|
int32 retcode = 10;
|
|
string price_tier = 14;
|
|
uint32 battle_pass_product_play_type = 11;
|
|
}
|
|
|