GC-Proto/proto/RogueDiaryStageInfo.proto

14 lines
230 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "RogueDiaryDungeonRecord.proto";
message RogueDiaryStageInfo {
uint32 stageId = 3;
RogueDiaryDungeonRecord bestRecord = 4;
bool isHaveTry = 9;
}