mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Framework updates.
This commit is contained in:
@ -22,12 +22,12 @@ namespace osu.Game.Database
|
||||
public class BeatmapDatabase
|
||||
{
|
||||
private SQLiteConnection connection { get; set; }
|
||||
private BasicStorage storage;
|
||||
private Storage storage;
|
||||
public event Action<BeatmapSetInfo> BeatmapSetAdded;
|
||||
|
||||
private BeatmapImporter ipc;
|
||||
|
||||
public BeatmapDatabase(BasicStorage storage, BasicGameHost importHost = null)
|
||||
public BeatmapDatabase(Storage storage, GameHost importHost = null)
|
||||
{
|
||||
this.storage = storage;
|
||||
|
||||
|
Reference in New Issue
Block a user