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; }