mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
19 lines
450 B
Protocol Buffer
19 lines
450 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 25530
|
|
|
|
import "BHALLIDCFHL.proto";
|
|
import "NGEONOOGCIK.proto";
|
|
|
|
message DGFONDGLIFK {
|
|
uint32 PAFOJLHCAEH = 4;
|
|
uint32 gallery_id = 5;
|
|
uint32 end_time = 7;
|
|
uint32 start_time = 10;
|
|
uint32 owner_uid = 14;
|
|
oneof detail {
|
|
BHALLIDCFHL flower_start_param = 3;
|
|
NGEONOOGCIK electrohercules_start_param = 12;
|
|
}
|