GC-Proto/unimplemented/GalleryWillStartCountdownNotify.proto

14 lines
304 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
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;
}