telos00
Results
1
issues of
telos00
``` if (PluginConfig.Instance.PeakWarning && _canvas && _canvas.enabled) _text.text = $"You're about to reach the peak difficulty in {_currentSection.toTime - _audioTimeSyncController.songTime:F1} seconds!"; ``` Can just be ``` if (PluginConfig.Instance.PeakWarning && _canvas...
enhancement