备份CatanBuilding瘦身独立工程
This commit is contained in:
55
Assets/Scripts/Tables/EventWashingOperation.cs
Normal file
55
Assets/Scripts/Tables/EventWashingOperation.cs
Normal file
@@ -0,0 +1,55 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace cfg
|
||||
{
|
||||
/// <summary>
|
||||
/// 清洗游艇玩法类型
|
||||
/// </summary>
|
||||
public enum EventWashingOperation
|
||||
{
|
||||
/// <summary>
|
||||
/// 无
|
||||
/// </summary>
|
||||
None = 0,
|
||||
/// <summary>
|
||||
/// 喷泡沫
|
||||
/// </summary>
|
||||
Foaming = 1,
|
||||
/// <summary>
|
||||
/// 冲泡沫
|
||||
/// </summary>
|
||||
Washing = 2,
|
||||
/// <summary>
|
||||
/// 安装
|
||||
/// </summary>
|
||||
Installing = 3,
|
||||
/// <summary>
|
||||
/// 拆卸
|
||||
/// </summary>
|
||||
Removing = 4,
|
||||
/// <summary>
|
||||
/// 吸尘
|
||||
/// </summary>
|
||||
Cleaning = 5,
|
||||
/// <summary>
|
||||
/// 清藤壶
|
||||
/// </summary>
|
||||
Barnacle = 6,
|
||||
/// <summary>
|
||||
/// 喷涂
|
||||
/// </summary>
|
||||
Painting = 7,
|
||||
/// <summary>
|
||||
/// 预览
|
||||
/// </summary>
|
||||
Review = 99,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user