GC-Proto/proto/SummerTimeV2BoatStageInfo.p...

14 lines
198 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SummerTimeV2BoatStageInfo {
uint32 openTime = 3;
bool isOpen = 14;
uint32 stageId = 2;
uint32 bestScore = 4;
}