GC-Proto/proto/BattlePassBuySuccNotify.proto

16 lines
305 B
Protocol Buffer
Raw Normal View History

2024-06-02 08:33:33 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
2024-07-05 00:44:58 +03:00
// CmdId: 9695
// Version: 4.7.0
// Obfs: JPMBKGGDCNF
2024-06-02 08:33:33 +03:00
message BattlePassBuySuccNotify {
2024-07-05 00:44:58 +03:00
uint32 schedule_id = 3;
//uint32 PFNHCJENBPL = 8;
//uint32 FIMGIBMBBOP = 12;
2024-06-02 08:33:33 +03:00
repeated ItemParam item_list = 11;
}