GC-Proto/proto/InstableSprayStageInfo.proto

15 lines
303 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InstableSprayTeamInfo.proto";
// Name: BJAEMIHEOIB
message InstableSprayStageInfo {
uint32 max_score = 13;
bool is_finished = 4;
uint32 stage_id = 15;
repeated InstableSprayTeamInfo team_info_list = 10;
}