Merge branch 'featrue/stoneTotal' into 佩佩代码重构

This commit is contained in:
2024-12-22 18:07:42 +08:00
@@ -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>();