Rename ModSelect{Screen -> Overlay} in place of removed old design

This commit is contained in:
Bartłomiej Dach
2022-05-10 22:29:57 +02:00
parent c4c7556fb2
commit 76c63f1d0a
14 changed files with 76 additions and 76 deletions

View File

@ -384,7 +384,7 @@ namespace osu.Game.Overlays.Mods
/// </summary>
/// <remarks>
/// This method exists to be able to receive mod instances that come from potentially-external sources and to copy the changes across to this column's state.
/// <see cref="ModSelectScreen"/> uses this to substitute any external mod references in <see cref="ModSelectScreen.SelectedMods"/>
/// <see cref="ModSelectOverlay"/> uses this to substitute any external mod references in <see cref="ModSelectOverlay.SelectedMods"/>
/// to references that are owned by this column.
/// </remarks>
internal void SetSelection(IReadOnlyList<Mod> mods)