Grasscutter/proto/WeaponAwakenReq.proto

14 lines
278 B
Protocol Buffer
Raw Normal View History

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;
}