//------------------------------------------------------------------------------
//
// 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 FishBasicStats
{
///
/// 力量
///
Power = 1,
///
/// 速度
///
Speed = 2,
///
/// 警惕性
///
Vigilance = 3,
}
}