//------------------------------------------------------------------------------
//
// 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: global.xlsx
///
public partial class ItemTime : Item, IItem
{
public const string ASSET_NAME = "global";
///
/// 1:全局次数 2:每日次数 3:每周次数 4:间隔时间 5:充能次数
/// index:1
///
public int type
{
get; private set;
}
///
/// 参数: 4[时间间隔] 5[时间间隔,最大上限]
/// index:2
///
public int[] typeArgs
{
get; private set;
}
///
/// 初始次数
/// index:3
///
public int initCount
{
get; private set;
}
///
/// 最大次数
/// index:4
///
public int maxCount
{
get; private set;
}
///
/// 免费次数
/// index:5
///
public int freeCount
{
get; private set;
}
///
///
/// index:6
///
public int[] userData
{
get; private set;
}
///
/// 描述
/// index:7
///
public string description
{
get; private set;
}
public void Load(IList