//------------------------------------------------------------------------------
//
// 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: pet.xlsx
///
public partial class ItemPetLevel : Item, IItem
{
public const string ASSET_NAME = "pet";
///
/// 每级经验
/// index:1
///
public int exp
{
get; private set;
}
///
/// 消耗
/// index:2
///
public int[] cost
{
get; private set;
}
///
/// 额外伤害100%
/// index:3
///
public int damage
{
get; private set;
}
///
/// 子弹数量
/// index:4
///
public int bulletNumber
{
get; private set;
}
///
/// 子弹速度
/// index:5
///
public int bulletSpeed
{
get; private set;
}
///
///
/// index:6
///
public int combatValue
{
get; private set;
}
public void Load(IList