GC-Proto/proto/OneoffGatherPointDetectorDa...

13 lines
310 B
Protocol Buffer
Raw Normal View History

2023-08-22 20:09:33 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OneoffGatherPointDetectorData.proto";
2023-08-22 20:23:37 +03:00
// CmdId: 4262
// EnetChannelId: 0
// EnetIsReliable: true
2023-08-22 20:09:33 +03:00
message OneoffGatherPointDetectorDataNotify {
2023-08-22 20:23:37 +03:00
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 6;
2023-08-22 20:09:33 +03:00
}