1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-03-14 14:14:36 +03:00
GC-Proto/proto/MusicGameStartToPlayOthersBeatmapReq.proto

15 lines
351 B
Protocol Buffer
Raw Normal View History

// 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;
}