20 lines
321 B
Protocol Buffer
20 lines
321 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "BlossomChest.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message BlossomChestInfoNotify {
|
|
enum OJIGAMJAGGL {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 870;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
BlossomChest blossomChestInfo = 5;
|
|
uint32 entityId = 13;
|
|
}
|