mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
sync
This commit is contained in:
@@ -1,29 +1,14 @@
|
||||
// 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: 25485
|
||||
// Obf: CAHAEBGDMKK
|
||||
|
||||
// 4.6.0
|
||||
// CmdId: 336
|
||||
message ReliquaryUpgradeRsp {
|
||||
uint32 cur_level = 13;
|
||||
uint32 power_up_rate = 11;
|
||||
repeated uint32 old_append_prop_list = 14;
|
||||
uint32 old_level = 8;
|
||||
repeated uint32 cur_append_prop_list = 15;
|
||||
uint64 target_reliquary_guid = 5;
|
||||
int32 retcode = 10;
|
||||
}
|
||||
uint64 target_reliquary_guid = 2;
|
||||
int32 retcode = 3;
|
||||
uint32 power_up_rate = 5;
|
||||
uint32 cur_level = 6;
|
||||
uint32 old_level = 7;
|
||||
repeated uint32 cur_append_prop_list = 9; //old_append_prop_list or cur_append_prop_list
|
||||
repeated uint32 old_append_prop_list = 10; //old_append_prop_list or cur_append_prop_list
|
||||
}
|
Reference in New Issue
Block a user