NahidaImpact/NahidaImpact.Protocol/ItemHint.proto
2024-01-04 16:48:39 +03:00

9 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;
}