GC-Proto/proto/DigInfo.proto

14 lines
226 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-01-28 17:00:48 +03:00
import "DigMarkPoint.proto";
2023-01-28 17:00:48 +03:00
message DigInfo {
repeated uint32 stageIdList = 14;
repeated DigMarkPoint digMarkPointList = 2;
uint32 stageId = 10;
}