37 lines
861 B
C#
Raw Normal View History

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