mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 19:04:40 +01: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;
|
|
//}
|