// Proto has been converted from Sorapointa to Grasscutter format // Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa. // Copyright (C) 2022 Sorapointa Team // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message UgcMusicBriefInfo { uint64 import_from_ugc_guid = 5; bool is_published = 8; bool is_played = 1; uint32 music_id = 2; uint32 save_page_type = 1182; uint32 save_idx = 12; string creator_nickname = 10; uint32 version = 15; uint32 save_time = 3; repeated uint32 after_note_list = 1002; repeated uint32 before_note_list = 982; bool is_psn_platform = 9; uint32 time_line_edit_time = 1822; bool is_changed_after_publish = 11; uint32 publish_time = 13; uint32 max_score = 14; uint32 real_time_edit_time = 576; uint32 note_count = 7; uint64 ugc_guid = 4; uint32 self_max_score = 6; }