GC-Proto/proto/ItemAddHintNotify.proto

21 lines
435 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemHint.proto";
import "Vector.proto";
// Name: MPGBFOKMGFO
// CmdId: 614
message ItemAddHintNotify {
repeated ItemHint item_list = 11;
uint32 quest_id = 5;
bool GALFDOGLCNI = 4;
bool IIFOCJEDKDG = 8;
bool KHGDOCNILIJ = 2;
Vector position = 7;
uint32 reason = 3;
repeated ItemHint overflow_transformed_item_list = 12;
}