GC-Proto/proto/WeaponAwakenReq.proto

14 lines
358 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 25056
// Obf: PDGEAGKHCPG
2022-11-06 15:30:21 +03:00
message WeaponAwakenReq {
uint64 target_weapon_guid = 13;
//map<uint32, uint32> affix_level_map = 4; // old
//uint64 item_guid = 15; // old
uint32 NEHLGIOLBJA = 9; // maybe item_guid ?
repeated uint64 HICOIODAHGK = 15; // list item wp
2022-11-06 15:30:21 +03:00
}