18 lines
316 B
Protocol Buffer
18 lines
316 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "WinterCampRecvItemData.proto";
|
|
message WinterCampRecvItemNotify {
|
|
enum DODOHPBBHLL {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 8667;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
WinterCampRecvItemData recvItemData = 5;
|
|
}
|