GC-Proto/proto/GetBattlePassProductRsp.proto

23 lines
382 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GetBattlePassProductRsp {
//enum KJAINMPEKII {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 2625;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
string priceTier = 15;
int32 retcode = 4;
uint32 battlePassProductPlayType = 9;
uint32 curScheduleId = 6;
string productId = 7;
}