GC-Proto/proto/DropHintNotify.proto
2023-08-23 01:23:37 +08:00

14 lines
239 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// CmdId: 622
// EnetChannelId: 0
// EnetIsReliable: true
message DropHintNotify {
repeated uint32 item_id_list = 12;
Vector position = 1;
}