//------------------------------------------------------------------------------
//
// 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 Server.Config
{
public enum RaceType
{
///
/// 金币场
///
NoRace = 0,
///
/// 普通比赛
///
Common = 1,
///
/// 大奖赛
///
BigRace = 2,
///
/// 电视选拔赛
///
TvRace = 3,
///
/// 每日冲榜赛
///
DailyRanking = 4,
///
/// 免费体验赛
///
FreeExperience = 5,
///
/// 地主挑战赛
///
LandlordChallenge = 6,
///
/// 二七王月赛
///
MoonRace = 7,
///
/// 二七王季赛
///
SeasonRace = 8,
///
/// 二七王年终赛
///
YearRace = 9,
///
/// 新年比赛
///
NewYearRace = 10,
}
}