mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
10 lines
153 B
Protocol Buffer
10 lines
153 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 3.2
|
|
message UgcMusicNote {
|
|
uint32 start_time = 12;
|
|
uint32 end_time = 5;
|
|
}
|