mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
14 lines
351 B
Protocol Buffer
14 lines
351 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdID: 25988
|
|
|
|
message DGLCIOMEHOL {
|
|
oneof detail {
|
|
bool is_show_animation = 1092;
|
|
uint32 bgm_id = 200;
|
|
bool is_show_detail_build = 337;
|
|
bool is_show_brief_card_event_case = 1260;
|
|
uint32 red_point = 1669;
|
|
}
|