//------------------------------------------------------------------------------
//
// 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 TReward
{
///
/// 资源类型
///
Resource = 1,
}
}