2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-01-28 17:00:48 +03:00
|
|
|
import "ItemHint.proto";
|
2023-02-28 06:08:38 +03:00
|
|
|
import "Vector.proto";
|
2024-04-22 15:15:37 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
message ItemAddHintNotify {
|
2024-04-22 15:15:37 +03:00
|
|
|
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;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|