mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
295 B
Protocol Buffer
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;
|
|
}
|
|
|