GC-Proto/proto/DropHintNotify.proto

14 lines
223 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
2023-02-28 06:08:38 +03:00
// Name: PAKLNEDHMBL
// CmdId: 633
message DropHintNotify {
2023-02-28 06:08:38 +03:00
Vector position = 14;
repeated uint32 item_id_list = 5;
}
2023-02-28 06:08:38 +03:00