mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 03:47:06 +03:00
Melon 3.5
This commit is contained in:
@@ -3,18 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: GGFNHKHDDKC
|
||||
// CmdId: 8334
|
||||
message MusicGameStartRsp {
|
||||
//enum PFNNLOBODEB {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 8893;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
int32 retcode = 10;
|
||||
uint64 ugcGuid = 8;
|
||||
uint32 musicBasicId = 15;
|
||||
int32 retcode = 9;
|
||||
uint64 ugc_guid = 15;
|
||||
uint32 music_basic_id = 11;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user