15 lines
214 B
C#
15 lines
214 B
C#
using UnityEngine;
|
|
|
|
namespace AibisDream.FixSystem
|
|
{
|
|
public class OscilloscopeScreen : MonoBehaviour
|
|
{
|
|
#region 组件索引
|
|
|
|
private WaveformLine _waveformLine;
|
|
|
|
#endregion
|
|
}
|
|
}
|
|
|