Files
xyou 9500c4c80a
CI / Go Backend (push) Canceled after 0s
FIRST
2026-08-07 23:39:47 +08:00

10 lines
229 B
C#

using UnityEngine;
namespace RedCircuit.UI
{
/// <summary>属性面板,显示并编辑选中元件的可调属性(延迟、阻值、模式等)。</summary>
public class InspectorPanel : MonoBehaviour
{
}
}