GC-Proto/proto/InstableSprayStageInfo.proto

15 lines
264 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InstableSprayTeamInfo.proto";
message InstableSprayStageInfo {
uint32 maxScore = 2;
repeated InstableSprayTeamInfo teamInfoList = 3;
bool isFinished = 13;
uint32 stageId = 8;
}