mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 19:04:40 +01:00
fix bug
This commit is contained in:
@@ -11,14 +11,14 @@ message MusicBriefInfo {
|
||||
uint32 score = 6;
|
||||
uint32 create_time = 7;
|
||||
uint32 share_time = 8;
|
||||
uint32 DOANBAODBMA = 9;
|
||||
uint32 position = 9;
|
||||
bool settle = 10;
|
||||
uint32 version = 11;
|
||||
bool can_share = 12;
|
||||
bool OAPKHNELBPH = 13;
|
||||
bool NJHAMJMHPAA = 14;
|
||||
uint64 ADIBIKKNPKK = 15;
|
||||
uint32 save_position = 21;
|
||||
uint32 unknown = 21;
|
||||
repeated uint32 GIDFMAJFIFE = 22;
|
||||
repeated uint32 OKBJPAKOLIH = 23;
|
||||
uint32 FAOPBAMDFJB = 24;
|
||||
|
||||
13
proto/MusicGameStartToPlayOthersBeatmapReq.proto
Normal file
13
proto/MusicGameStartToPlayOthersBeatmapReq.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "MusicGameUnknown1Enum.proto";
|
||||
|
||||
// CmdId: 6302
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message MusicGameStartToPlayOthersBeatmapReq {
|
||||
MusicGameUnknown1Enum unknown_enum1 = 12;
|
||||
}
|
||||
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