mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-12-02 10:20:21 +00:00
14 lines
285 B
Protocol Buffer
14 lines
285 B
Protocol Buffer
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;
|
|
}
|