备份CatanBuilding瘦身独立工程
This commit is contained in:
27
Assets/Scripts/Tables/SceneBrightness.cs
Normal file
27
Assets/Scripts/Tables/SceneBrightness.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 SceneBrightness
|
||||
{
|
||||
/// <summary>
|
||||
/// 暗场景
|
||||
/// </summary>
|
||||
Dark = 0,
|
||||
/// <summary>
|
||||
/// 亮场景
|
||||
/// </summary>
|
||||
Bright = 1,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user