10 lines
138 B
Protocol Buffer
10 lines
138 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: OLBNAADPLKJ
|
||
|
message ItemHint {
|
||
|
uint64 guid = 10;
|
||
|
uint32 item_id = 5;
|
||
|
uint32 count = 1;
|
||
|
bool is_new = 7;
|
||
|
}
|