mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-05 00:26:06 +03:00
16 lines
310 B
Protocol Buffer
16 lines
310 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 2614
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message BattlePassBuySuccNotify {
|
|
uint32 schedule_id = 4;
|
|
uint32 product_play_type = 11;
|
|
repeated ItemParam item_list = 9;
|
|
uint32 add_point = 12;
|
|
}
|