GC-Proto/proto/GalleryStartNotify.proto
2023-04-11 11:14:48 +08:00

22 lines
479 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "EODBPMNMPEJ.proto";
import "GalleryFlowerStartParam.proto";
// CmdId: 5590
// Name: LALCHNFNKNF
message GalleryStartNotify {
uint32 end_time = 11;
uint32 gallery_id = 10;
uint32 start_time = 9;
uint32 owner_uid = 5;
uint32 player_count = 7;
oneof detail {
GalleryFlowerStartParam flower_start_param = 2;
EODBPMNMPEJ electrohercules_start_param = 8;
}
}