2023-05-22 23:49:58 +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/>.
|
|
|
|
|
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 20051
|
|
|
|
message LIJALJAOMEK {
|
|
|
|
uint64 ugc_guid = 3;
|
2023-05-23 10:06:56 +03:00
|
|
|
uint32 OBBNAPAKNCM = 7;
|
2023-05-22 23:49:58 +03:00
|
|
|
uint32 correct_hit = 11;
|
|
|
|
bool is_save_score = 13;
|
2023-05-23 10:06:56 +03:00
|
|
|
uint32 CCIAKNJMMBI = 455;
|
|
|
|
uint32 GDFLBOFAANF = 1557;
|
|
|
|
bool LFLFFIKPDAA = 1761;
|
2023-05-22 23:49:58 +03:00
|
|
|
uint32 max_combo = 1;
|
2023-05-23 10:06:56 +03:00
|
|
|
uint32 OOIOKGHACML = 1743;
|
2023-05-22 23:49:58 +03:00
|
|
|
uint32 combo = 5;
|
|
|
|
uint32 music_basic_id = 12;
|
2023-05-23 10:06:56 +03:00
|
|
|
repeated uint32 FEHHLANOBJP = 9;
|
2023-05-22 23:49:58 +03:00
|
|
|
uint32 score = 10;
|
|
|
|
float speed = 830;
|
2023-05-23 10:06:56 +03:00
|
|
|
uint32 POEMOFFOAEN = 4;
|
|
|
|
repeated uint32 PECJLBDKHCO = 1978;
|
|
|
|
uint32 JHFIMHMILJG = 6;
|
|
|
|
bool ONEIFPCDHFM = 1820;
|
2023-05-22 23:49:58 +03:00
|
|
|
}
|