GC-Proto/proto/BattlePassBuySuccNotify.proto

16 lines
296 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
2023-02-28 04:12:44 +03:00
// Name: INAGMPGOFAB
// CmdId: 2617
2023-02-18 04:48:44 +03:00
message BattlePassBuySuccNotify {
2023-02-28 04:12:44 +03:00
repeated ItemParam item_list = 11;
uint32 schedule_id = 5;
uint32 LLLJGJDMKJC = 12;
uint32 GFGLGCCELCI = 9;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00