GC-Proto/proto/BattlePassBuySuccNotify.proto
2023-02-28 09:12:44 +08:00

16 lines
296 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// Name: INAGMPGOFAB
// CmdId: 2617
message BattlePassBuySuccNotify {
repeated ItemParam item_list = 11;
uint32 schedule_id = 5;
uint32 LLLJGJDMKJC = 12;
uint32 GFGLGCCELCI = 9;
}