mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
14 lines
244 B
Protocol Buffer
14 lines
244 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: PBAJMAFDFHM
|
|
// CmdId: 657
|
|
message WeaponAwakenReq {
|
|
uint64 item_guid = 7;
|
|
uint64 target_weapon_guid = 11;
|
|
map<uint32, uint32> affix_level_map = 8;
|
|
}
|
|
|