mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
22 lines
496 B
Protocol Buffer
22 lines
496 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ExhibitionDisplayInfo.proto";
|
|
import "KDECJEOGKOO.proto";
|
|
|
|
// Name: EKBBAAECGFH
|
|
// CmdId: 6538
|
|
message EKBBAAECGFH {
|
|
uint32 duration = 11;
|
|
uint32 begin_time = 10;
|
|
repeated ExhibitionDisplayInfo score_list = 13;
|
|
bool is_single = 9;
|
|
uint32 play_index = 2;
|
|
uint32 stage_type = 14;
|
|
bool AGPJPHOBGEP = 15;
|
|
repeated KDECJEOGKOO settle_info_list = 7;
|
|
repeated uint32 HJEBIONDCIL = 4;
|
|
}
|
|
|