mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 03:47:06 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
// CmdId: 8290
|
||||
// Obf: DEEDIBPLJLB
|
||||
// CmdId: 6458
|
||||
// Obf: PFOCEKDDPBC
|
||||
message MusicGameStartRsp {
|
||||
int32 retcode = 1;
|
||||
uint32 music_basic_id = 13;
|
||||
uint64 ugc_guid = 10;
|
||||
uint32 music_basic_id = 5;
|
||||
int32 retcode = 2;
|
||||
uint64 ugc_guid = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user