Update OscilloscopeSystem.cs
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user