mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
15 lines
371 B
Protocol Buffer
15 lines
371 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
// CmdID: 331
|
||
|
|
||
|
message CAFNBBKJDDM {
|
||
|
int32 retcode = 13;
|
||
|
oneof Detail {
|
||
|
bool is_show_brief_card_event_case = 87;
|
||
|
bool is_show_detail_build = 292;
|
||
|
uint32 red_point = 440;
|
||
|
uint32 bgm_id = 559;
|
||
|
bool is_show_animation = 1824;
|
||
|
}
|