GC-Proto/proto/BattlePassBuySuccNotify.proto

16 lines
295 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-04-11 06:14:48 +03:00
// CmdId: 2650
// Name: DCGIKJPBKGI
2023-02-18 04:48:44 +03:00
message BattlePassBuySuccNotify {
2023-04-11 06:14:48 +03:00
uint32 KIHLPOPDEHO = 5;
uint32 CLAPOODOICH = 8;
uint32 schedule_id = 15;
repeated ItemParam item_list = 2;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00