mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-12-02 10:20:21 +00:00
13 lines
236 B
Protocol Buffer
13 lines
236 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 8101
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message MusicGameStartRsp {
|
|
int32 retcode = 5;
|
|
uint32 music_basic_id = 14;
|
|
uint64 KKONDPNGBJD = 12;
|
|
}
|