15 lines
303 B
Protocol Buffer
15 lines
303 B
Protocol Buffer
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;
|
|
}
|
|
|