//------------------------------------------------------------------------------
//
// 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 EventWashingTool
{
///
/// 无
///
None = 0,
///
/// 喷枪
///
FoamSprayer = 1,
///
/// 水枪
///
WaterSprayer = 2,
///
/// 铲子
///
Shovel = 3,
///
/// 扳手
///
Spanner = 4,
///
/// 锤子
///
Hammer = 5,
///
/// 吸尘器
///
Cleaner = 6,
///
/// 笔刷
///
Brush = 7,
}
}