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,8 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message MusicBeatmapNote {
uint32 start_time = 1;
uint32 end_time = 2;
}