22 lines
387 B
Protocol Buffer
22 lines
387 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "ItemParam.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message BattlePassBuySuccNotify {
|
|
enum PCKAPDDMNHA {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 2642;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 Unk3300_IJOIKKDNKDE = 11;
|
|
uint32 Unk3300_PJODFJKAFLG = 6;
|
|
uint32 scheduleId = 14;
|
|
repeated ItemParam itemList = 2;
|
|
}
|