mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
implement the music game
This commit is contained in:
8
proto/MusicBeatmapNote.proto
Normal file
8
proto/MusicBeatmapNote.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message MusicBeatmapNote {
|
||||
uint32 start_time = 1;
|
||||
uint32 end_time = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user