mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Crentalise all import logic
This commit is contained in:
9
osu.Game/Database/ICanAcceptFiles.cs
Normal file
9
osu.Game/Database/ICanAcceptFiles.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public interface ICanAcceptFiles
|
||||
{
|
||||
void Import(params string[] paths);
|
||||
|
||||
string[] HandledExtensions { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user