Hello word

This commit is contained in:
Akbar Yahya
2022-11-06 20:30:21 +08:00
parent cc1b63d227
commit f5fd0cbe69
2863 changed files with 84956 additions and 91 deletions

View File

@@ -0,0 +1,10 @@
// Proto has been converted from Sorapointa to Grasscutter format
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MusicBeatmapNote.proto";
message MusicBeatmapList {
repeated MusicBeatmapNote beatmap_note_list = 1;
}