GC-Proto/proto/OneoffGatherPointDetectorDa...

13 lines
291 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OneoffGatherPointDetectorData.proto";
// Name: NBFKMACNOGL
// CmdId: 4276
message OneoffGatherPointDetectorDataNotify {
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 1;
}