//------------------------------------------------------------------------------
//
// 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 GameConfig.TbGEnum
{
///
/// 礼包限购类型
///
public enum TGiftLimit
{
///
/// 无限购
///
Unlimited = 1,
///
/// 限制次数
///
Limit = 2,
///
/// 每天限制
///
DayLimit = 3,
}
}