GC-Proto/proto/BattlePassBuySuccNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
295 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// CmdId: 2650
// Name: DCGIKJPBKGI
message BattlePassBuySuccNotify {
uint32 KIHLPOPDEHO = 5;
uint32 CLAPOODOICH = 8;
uint32 schedule_id = 15;
repeated ItemParam item_list = 2;
}