GC-Proto/proto/DigInfo.proto

13 lines
225 B
Protocol Buffer
Raw Normal View History

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