mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 09:19:25 +03:00
16 lines
279 B
Protocol Buffer
16 lines
279 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: FCFNMEJMONG
|
||
|
// CmdId: 23594
|
||
|
message FCFNMEJMONG {
|
||
|
uint32 music_basic_id = 11;
|
||
|
bool is_new_record = 3;
|
||
|
int32 retcode = 13;
|
||
|
uint64 ugc_guid = 5;
|
||
|
bool is_unlock_next_level = 2;
|
||
|
}
|
||
|
|