GC-Proto/proto/ItemAddHintNotify.proto

27 lines
524 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
import "ItemHint.proto";
option java_package = "emu.grasscutter.net.proto";
message ItemAddHintNotify {
enum IDJBCODKIJK {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 620;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
uint32 questId = 7;
repeated ItemHint overflowTransformedItemList = 1;
bool Unk3300_NIJLGEHNBNC = 14;
bool Unk3300_FLIKEBJINCL = 12;
uint32 reason = 3;
Rotation position = 9;
repeated ItemHint itemList = 8;
bool Unk3300_KIOMJNHFMDE = 11;
}