Update OscilloscopeSystem.cs

This commit is contained in:
2024-12-22 18:06:40 +08:00
parent a57ef888a4
commit 41032c033f
@@ -36,6 +36,8 @@ namespace AibisDream.FixSystem
private void InitComponentRefs()
{
_bodyModuleSystem = GetComponentInParent<BodyModuleSystem>();
_screenText = transform.Find("Screen Text").GetComponent<TMP_Text>();
_waveformLine = transform.Find("Waveform Visualizer").GetComponent<WaveformLine>();
_scanLine = transform.Find("Scan Line").GetComponent<ScanLine>();