mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +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
|
||||
{
|
||||
public partial class BeatmapDatabase
|
||||
public class BeatmapDatabase
|
||||
{
|
||||
private SQLiteConnection connection { get; }
|
||||
private Storage storage;
|
||||
|
@ -10,9 +10,7 @@ using osu.Game.Beatmaps.IO;
|
||||
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public partial class BeatmapDatabase
|
||||
{
|
||||
private class DatabaseWorkingBeatmap : WorkingBeatmap
|
||||
internal class DatabaseWorkingBeatmap : WorkingBeatmap
|
||||
{
|
||||
private readonly BeatmapDatabase database;
|
||||
|
||||
@ -81,4 +79,3 @@ namespace osu.Game.Database
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user