//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace G
{
using System.Collections;
using System.Collections.Generic;
using F;
using F.Item;
///
/// Generated from: item.xlsx
///
partial class ItemEquipment
{
static string[] _PartName = { "武器", "头盔", "首饰", "盔甲", "腰饰", "鞋子", "单手武器", "双持武器", "双手斧" };
///
///
///
public string partName
{
get
{
return type > 0 ? _PartName[type] : _PartName[subType + 5];
}
}
}
}