syntax = "proto3";
import "EquipParam.proto";
message EquipParamList {
repeated EquipParam itemList = 1;
}