GC-Proto/proto/RogueDiaryStageInfo.proto

13 lines
229 B
Protocol Buffer

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