2023-05-23 09:48:59 +03:00
|
|
|
// https://github.com/SlushinPS/beach-simulator
|
|
|
|
// Copyright (C) 2023 Slushy 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 <https://www.gnu.org/licenses/>.
|
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2022-12-05 15:02:30 +03:00
|
|
|
|
2023-05-23 09:48:59 +03:00
|
|
|
// CmdId: 8397
|
2023-05-31 12:47:07 +03:00
|
|
|
// Obf: PLCOHKGFGLK
|
2023-02-28 06:08:38 +03:00
|
|
|
message MusicGameSettleReq {
|
2023-05-31 12:47:07 +03:00
|
|
|
uint32 JHFIMHMILJG = 3;
|
|
|
|
bool ONEIFPCDHFM = 1878;
|
|
|
|
repeated uint32 FEHHLANOBJP = 1;
|
2023-05-23 09:48:59 +03:00
|
|
|
uint32 correct_hit = 8;
|
2023-05-31 12:47:07 +03:00
|
|
|
uint32 OBBNAPAKNCM = 10;
|
|
|
|
uint32 OOIOKGHACML = 1831;
|
2023-05-23 09:48:59 +03:00
|
|
|
uint32 max_combo = 12;
|
2023-05-31 12:47:07 +03:00
|
|
|
uint32 CCIAKNJMMBI = 626;
|
2023-05-23 09:48:59 +03:00
|
|
|
uint32 music_basic_id = 15;
|
|
|
|
uint32 score = 11;
|
2023-05-31 12:47:07 +03:00
|
|
|
uint32 GDFLBOFAANF = 2026;
|
2023-05-23 09:48:59 +03:00
|
|
|
bool is_save_score = 7;
|
2023-05-31 12:47:07 +03:00
|
|
|
uint32 POEMOFFOAEN = 6;
|
2023-05-23 09:48:59 +03:00
|
|
|
float speed = 963;
|
2023-05-31 12:47:07 +03:00
|
|
|
bool LFLFFIKPDAA = 961;
|
2023-05-23 09:48:59 +03:00
|
|
|
uint32 combo = 2;
|
2023-05-31 12:47:07 +03:00
|
|
|
repeated uint32 PECJLBDKHCO = 814;
|
2023-05-23 09:48:59 +03:00
|
|
|
uint64 ugc_guid = 13;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|