Combine and attempt to simplify the score import / preparation process further

This commit is contained in:
Dean Herbert
2023-02-14 16:55:35 +09:00
parent 8a206234f7
commit 7aaaf7fca2
2 changed files with 43 additions and 42 deletions

View File

@ -39,6 +39,9 @@ namespace osu.Game.Rulesets.UI
{
set
{
if (value == recorder)
return;
if (value != null && recorder != null)
throw new InvalidOperationException("Cannot attach more than one recorder");