备份CatanBuilding瘦身独立工程
This commit is contained in:
51
Assets/Scripts/Tables/EventWashingTool.cs
Normal file
51
Assets/Scripts/Tables/EventWashingTool.cs
Normal file
@@ -0,0 +1,51 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 EventWashingTool
|
||||
{
|
||||
/// <summary>
|
||||
/// 无
|
||||
/// </summary>
|
||||
None = 0,
|
||||
/// <summary>
|
||||
/// 喷枪
|
||||
/// </summary>
|
||||
FoamSprayer = 1,
|
||||
/// <summary>
|
||||
/// 水枪
|
||||
/// </summary>
|
||||
WaterSprayer = 2,
|
||||
/// <summary>
|
||||
/// 铲子
|
||||
/// </summary>
|
||||
Shovel = 3,
|
||||
/// <summary>
|
||||
/// 扳手
|
||||
/// </summary>
|
||||
Spanner = 4,
|
||||
/// <summary>
|
||||
/// 锤子
|
||||
/// </summary>
|
||||
Hammer = 5,
|
||||
/// <summary>
|
||||
/// 吸尘器
|
||||
/// </summary>
|
||||
Cleaner = 6,
|
||||
/// <summary>
|
||||
/// 笔刷
|
||||
/// </summary>
|
||||
Brush = 7,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user