mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove unnecessary manager parameter
Confused why I added this in the first place..
This commit is contained in:
@ -10,8 +10,8 @@ namespace osu.Game.Database
|
||||
{
|
||||
protected override string FileExtension => ".osk";
|
||||
|
||||
public LegacySkinExporter(Storage storage, IModelManager<SkinInfo> manager)
|
||||
: base(storage, manager)
|
||||
public LegacySkinExporter(Storage storage)
|
||||
: base(storage)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user