GC-Proto/unimplemented/DGLCIOMEHOL.proto

14 lines
351 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdID: 25988
message DGLCIOMEHOL {
2024-08-28 06:45:47 +03:00
oneof detail {
2024-08-27 22:55:06 +03:00
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;
}