osukey/osu.Game
Dean Herbert 60b80c88b6 Avoid file retrieval overhead when detaching BeatmapSetInfo
It seems that no usages of `BeatmapSetInfo` detaches require files - a
`WorkingBeatmap` is always obtained before doing further lookups.

Therefore we can omit this include unless the detaching object is a
`BeatmapInfo`. A refetch is performed when retrieving a
`WorkingBeatmap` to complete the equation.
2022-01-19 00:49:18 +09:00
..
2021-12-03 18:49:49 +09:00
2022-01-12 16:39:36 +09:00
2021-12-03 14:30:15 +09:00
2021-11-19 13:27:06 +09:00
2022-01-12 23:42:12 +09:00
2021-12-27 20:26:28 -08:00
2022-01-18 11:09:35 +09:00