1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 00:56:07 +03:00
GC-Proto/proto/MusicBeatmap.proto
2022-11-12 13:09:32 +08:00

12 lines
269 B
Protocol Buffer

// Proto has been converted from Sorapointa to Grasscutter format
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MusicBeatmapList.proto";
message MusicBeatmap {
uint32 music_id = 1;
repeated MusicBeatmapList beatmap_item_list = 2;
}