16 lines
320 B
Protocol Buffer
16 lines
320 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AsterLittleStageState.proto";
|
|
|
|
// Name: FDFGOMALABC
|
|
message AsterLittleDetailInfo {
|
|
bool is_open = 2;
|
|
uint32 stage_id = 13;
|
|
uint32 stage_begin_time = 6;
|
|
AsterLittleStageState stage_state = 10;
|
|
uint32 begin_time = 12;
|
|
}
|
|
|