GC-Proto/proto/WeaponAwakenReq.proto
2023-08-23 01:23:37 +08:00

14 lines
278 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 642
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message WeaponAwakenReq {
uint64 target_weapon_guid = 9;
uint64 item_guid = 3;
map<uint32, uint32> affix_level_map = 2;
}