GC-Proto/proto/WeaponAwakenRsp.proto

15 lines
369 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-04-22 15:15:37 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-04-22 15:15:37 +03:00
// 4.7.0
// CmdId: 1182
// OLAEGBJMEFL
2022-11-06 15:30:21 +03:00
message WeaponAwakenRsp {
map<uint32, uint32> old_affix_level_map = 2; // sus
map<uint32, uint32> cur_affix_level_map = 13; // sus
int32 retcode = 6;
uint32 target_weapon_awaken_level = 1;
uint64 target_weapon_guid = 15;
uint64 avatar_guid = 7;
2024-04-22 15:15:37 +03:00
}