16 lines
305 B
Protocol Buffer
16 lines
305 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 9695
|
|
// Version: 4.7.0
|
|
// Obfs: JPMBKGGDCNF
|
|
message BattlePassBuySuccNotify {
|
|
uint32 schedule_id = 3;
|
|
//uint32 PFNHCJENBPL = 8;
|
|
//uint32 FIMGIBMBBOP = 12;
|
|
repeated ItemParam item_list = 11;
|
|
}
|