13 lines
285 B
Protocol Buffer
13 lines
285 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// 4.7.0
|
|
// CmdId: 24162
|
|
// LEDEEIJMAJN
|
|
message WeaponUpgradeReq {
|
|
repeated ItemParam item_param_list = 13;
|
|
uint64 target_weapon_guid = 10;
|
|
repeated uint64 food_weapon_guid_list = 3;
|
|
} |