mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:53:21 +08:00
Move DatabaseWorkingBeatmap out of partial class
This commit is contained in:
parent
2b1d31e69c
commit
2e1f596b2a
@ -18,7 +18,7 @@ using SQLiteNetExtensions.Extensions;
|
|||||||
|
|
||||||
namespace osu.Game.Database
|
namespace osu.Game.Database
|
||||||
{
|
{
|
||||||
public partial class BeatmapDatabase
|
public class BeatmapDatabase
|
||||||
{
|
{
|
||||||
private SQLiteConnection connection { get; }
|
private SQLiteConnection connection { get; }
|
||||||
private Storage storage;
|
private Storage storage;
|
||||||
|
@ -10,9 +10,7 @@ using osu.Game.Beatmaps.IO;
|
|||||||
|
|
||||||
namespace osu.Game.Database
|
namespace osu.Game.Database
|
||||||
{
|
{
|
||||||
public partial class BeatmapDatabase
|
internal class DatabaseWorkingBeatmap : WorkingBeatmap
|
||||||
{
|
|
||||||
private class DatabaseWorkingBeatmap : WorkingBeatmap
|
|
||||||
{
|
{
|
||||||
private readonly BeatmapDatabase database;
|
private readonly BeatmapDatabase database;
|
||||||
|
|
||||||
@ -81,4 +79,3 @@ namespace osu.Game.Database
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user