mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-12-02 12:22:42 +00:00
13 lines
333 B
Protocol Buffer
13 lines
333 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
//import "MusicBriefInfo.proto";
|
||
|
//import "MusicGameRecord.proto";
|
||
|
//
|
||
|
//message MusicGameActivityDetailInfo {
|
||
|
// map<uint32, MusicGameRecord> music_game_record_map = 1;
|
||
|
// repeated MusicBriefInfo LGNAAPPDLGG = 2;
|
||
|
// repeated MusicBriefInfo HHHIDFPPPFK = 3;
|
||
|
//}
|