GC-Proto/proto/WeaponAwakenRsp.proto

13 lines
318 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
2022-11-06 15:30:21 +03:00
message WeaponAwakenRsp {
2024-04-22 15:15:37 +03:00
map<uint32, uint32> old_affix_level_map = 3;
map<uint32, uint32> cur_affix_level_map = 12;
int32 retcode = 10;
uint32 target_weapon_awaken_level = 14;
uint64 target_weapon_guid = 7;
uint64 avatar_guid = 9;
}