mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
28 lines
550 B
Protocol Buffer
28 lines
550 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "FlowerStartParam.proto";
|
|
import "ElectroherculesStartParam.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GalleryStartNotify {
|
|
enum ACINIBNBKCJ {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 5505;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 startTime = 3;
|
|
uint32 ownerUid = 14;
|
|
uint32 playerCount = 4;
|
|
uint32 galleryId = 12;
|
|
uint32 endTime = 1;
|
|
oneof EAODOIBIHEN {
|
|
FlowerStartParam flower_start_param = 10;
|
|
ElectroherculesStartParam electrohercules_start_param = 7;
|
|
}
|
|
}
|