15 lines
307 B
Protocol Buffer
15 lines
307 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: JIPJFBLAPNL
|
|
// CmdId: 601
|
|
message CalcWeaponUpgradeReturnItemsReq {
|
|
repeated uint64 food_weapon_guid_list = 13;
|
|
uint64 target_weapon_guid = 8;
|
|
repeated ItemParam item_param_list = 11;
|
|
}
|
|
|