mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-28 00:29:26 +03:00
14 lines
304 B
Protocol Buffer
14 lines
304 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 2443
|
|
|
|
import "GalleryStartSource.proto";
|
|
|
|
message GalleryWillStartCountdownNotify {
|
|
bool is_end = 2;
|
|
GalleryStartSource start_source = 7;
|
|
uint32 gallery_id = 10;
|
|
uint32 end_time = 14;
|
|
}
|