//------------------------------------------------------------------------------
//
// 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 EventWashingOperation
{
///
/// 无
///
None = 0,
///
/// 喷泡沫
///
Foaming = 1,
///
/// 冲泡沫
///
Washing = 2,
///
/// 安装
///
Installing = 3,
///
/// 拆卸
///
Removing = 4,
///
/// 吸尘
///
Cleaning = 5,
///
/// 清藤壶
///
Barnacle = 6,
///
/// 喷涂
///
Painting = 7,
///
/// 预览
///
Review = 99,
}
}