mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
fix bug
This commit is contained in:
14
proto/MusicGameStartToPlayOthersBeatmapRsp.proto
Normal file
14
proto/MusicGameStartToPlayOthersBeatmapRsp.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "MusicGameUnknown1Enum.proto";
|
||||
|
||||
// CmdId: 6313
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message MusicGameStartToPlayOthersBeatmapRsp {
|
||||
int32 retcode = 2;
|
||||
MusicGameUnknown1Enum unknown_enum1 = 11;
|
||||
repeated uint64 AMNODOLNOIM = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user