Grasscutter/proto/OneoffGatherPointDetectorDataNotify.proto

13 lines
310 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OneoffGatherPointDetectorData.proto";
// CmdId: 4262
// EnetChannelId: 0
// EnetIsReliable: true
message OneoffGatherPointDetectorDataNotify {
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 6;
}