16 lines
380 B
Protocol Buffer
16 lines
380 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ItemHint.proto";
|
|
import "Vector.proto";
|
|
|
|
message ItemAddHintNotify {
|
|
Vector position = 4;
|
|
repeated ItemHint item_list = 9;
|
|
repeated ItemHint overflow_transformed_item_list = 6;
|
|
uint32 quest_id = 5;
|
|
bool PFNLIOENALO = 1;
|
|
bool ABOOBGNEPOC = 3;
|
|
bool FPLAKFLGHPL = 12;
|
|
uint32 reason = 8;
|
|
}
|