mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
23 lines
382 B
Protocol Buffer
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;
|
||
|
}
|