15 lines
351 B
Protocol Buffer
15 lines
351 B
Protocol Buffer
// Proto has been converted from Sorapointa to Grasscutter format
|
|
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;
|
|
}
|