fix(fix-system): 修复CablePanelLight枚举引用和命名空间问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Rendering.Universal;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
@@ -23,23 +23,6 @@ namespace AibisDream.FixSystem
|
||||
Emergency // 紧急状态
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 小灯状态
|
||||
/// </summary>
|
||||
public enum SmallLightState
|
||||
{
|
||||
Default, // 默认状态
|
||||
Operation // 运行状态
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 小灯状态状态
|
||||
/// </summary>
|
||||
public enum SmallLightStatus
|
||||
{
|
||||
Normal, // 正常
|
||||
Error // 错误
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user