//------------------------------------------------------------------------------
//
// 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: cha.xlsx
///
public partial class ItemChaLevel : Item, IItem
{
public const string ASSET_NAME = "cha";
///
/// 经验
/// index:1
///
public int exp
{
get; private set;
}
///
/// 成长属性
/// index:2
///
public int[][] growthAttributes
{
get; private set;
}
///
/// 无尽属性
/// index:3
///
public int[][] endlessAttributes
{
get; private set;
}
///
/// 装备强化提升属性
/// index:4
///
public int[][] equipmentUpgrade
{
get; private set;
}
///
/// [id,num]
/// index:5
///
public int[] equipmentUpgradeCost
{
get; private set;
}
public void Load(IList