mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
15 lines
267 B
Protocol Buffer
15 lines
267 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2068
|
|
// Name: FNLIIEOFBGI
|
|
message FleurFairMusicGameSettleRsp {
|
|
uint32 music_basic_id = 1;
|
|
bool is_new_record = 8;
|
|
int32 retcode = 5;
|
|
bool is_unlock_next_level = 6;
|
|
}
|
|
|