//------------------------------------------------------------------------------
//
// 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: kungfu.xlsx
///
public partial class ItemKungfuGroup : Item, IItem
{
public const string ASSET_NAME = "kungfu";
///
/// 武学名字
/// index:1
///
public string name
{
get; private set;
}
///
///
/// index:2
///
public int[][] upgradeCost
{
get; private set;
}
///
///
/// index:3
///
public int[][] upgradeCost2
{
get; private set;
}
///
///
/// index:4
///
public int unlockLevel
{
get; private set;
}
///
/// 武学ID
/// index:5
///
public int[] kungfus
{
get; private set;
}
public void Load(IList