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/>.
|
|
|
|
|
2023-02-18 04:48:44 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
|
2023-05-22 23:49:58 +03:00
|
|
|
import "GACNAKHGACG.proto";
|
|
|
|
import "EPOBLGMCAPA.proto";
|
|
|
|
import "BIPGIAOICCJ.proto";
|
|
|
|
import "MHMGAMCCIBM.proto";
|
|
|
|
import "GOMHKNNBAAD.proto";
|
|
|
|
import "LDOHLKCMHAB.proto";
|
|
|
|
import "DPELOIJNAMO.proto";
|
|
|
|
import "CCIIFFLNJFI.proto";
|
|
|
|
import "HDIMLANJONI.proto";
|
|
|
|
import "PLJMDBLDDMM.proto";
|
2023-02-18 04:48:44 +03:00
|
|
|
message MultistagePlayInfo {
|
2023-05-22 23:49:58 +03:00
|
|
|
uint32 group_id = 14;
|
|
|
|
uint32 stage_type = 8;
|
|
|
|
uint32 stage_index = 1;
|
|
|
|
uint32 duration = 11;
|
|
|
|
uint32 begin_time = 9;
|
|
|
|
uint32 play_index = 13;
|
|
|
|
uint32 play_type = 4;
|
|
|
|
oneof detail {
|
|
|
|
GACNAKHGACG KGOFKFEBHPK = 1751;
|
|
|
|
EPOBLGMCAPA KEKONDCBHMH = 1630;
|
|
|
|
BIPGIAOICCJ NNJFKHDPHJF = 216;
|
|
|
|
MHMGAMCCIBM HPGMPAAMJEC = 849;
|
|
|
|
GOMHKNNBAAD NPJAEMGDGGK = 2011;
|
|
|
|
LDOHLKCMHAB KJFPKCHGLMB = 1538;
|
|
|
|
DPELOIJNAMO OJDLPFHGNJI = 903;
|
|
|
|
CCIIFFLNJFI GIADHEKEMHD = 1102;
|
|
|
|
HDIMLANJONI CPEJDJHDCMP = 1033;
|
|
|
|
PLJMDBLDDMM DFOCCMOOGNI = 2006;
|
|
|
|
}
|
2023-02-18 04:48:44 +03:00
|
|
|
}
|