mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Move DatabaseWorkingBeatmap out of partial class
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user