GC-Proto/proto/MusicBeatmapNote.proto

8 lines
211 B
Protocol Buffer
Raw Normal View History

2022-11-12 08:09:32 +03:00
// Proto has been converted from Sorapointa to Grasscutter format
syntax = "proto3";
2023-01-28 17:00:48 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-12 08:09:32 +03:00
message MusicBeatmapNote {
uint32 start_time = 1;
uint32 end_time = 2;
}