implement the music game

This commit is contained in:
Akka
2022-06-26 20:16:50 +08:00
committed by Melledy
parent 154224066b
commit 4cab477479
52 changed files with 1050 additions and 142 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MusicBeatmapNote.proto";
message MusicBeatmapList {
repeated MusicBeatmapNote beatmap_note_list = 1;
}