//------------------------------------------------------------------------------
//
// 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 cfg
{
///
/// 光亮区域
///
public enum EventPuzzleJourneyLightArea
{
///
/// 无
///
None = 0,
///
/// 方形,两个参数分别为长和宽
///
Square = 1,
///
/// 对角线,第一个参数是0则左下到右上,第一个参数是1则右下到左上,第二个参数表示连续几个对角
///
Diagonal = 2,
}
}