mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,17 +15,14 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// CmdId: 1695
|
||||
// Obf: JJBMNICCKDE
|
||||
// CmdId: 24216
|
||||
// Obf: GOMCDJDBLPG
|
||||
message AvatarUpgradeRsp {
|
||||
map<uint32, float> old_fight_prop_map = 13;
|
||||
uint64 avatar_guid = 8;
|
||||
uint32 cur_level = 14;
|
||||
map<uint32, float> cur_fight_prop_map = 12;
|
||||
int32 retcode = 10;
|
||||
uint32 old_level = 4;
|
||||
uint32 cur_level = 3;
|
||||
map<uint32, float> cur_fight_prop_map = 2;
|
||||
map<uint32, float> old_fight_prop_map = 6;
|
||||
int32 retcode = 9;
|
||||
uint32 old_level = 5;
|
||||
uint64 avatar_guid = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user