mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Global usings and file scoped namespaces
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
namespace NadekoBot.Modules.Music;
|
||||
|
||||
namespace NadekoBot.Modules.Music
|
||||
public interface ILocalTrackResolver : IPlatformQueryResolver
|
||||
{
|
||||
public interface ILocalTrackResolver : IPlatformQueryResolver
|
||||
{
|
||||
IAsyncEnumerable<ITrackInfo> ResolveDirectoryAsync(string dirPath);
|
||||
}
|
||||
IAsyncEnumerable<ITrackInfo> ResolveDirectoryAsync(string dirPath);
|
||||
}
|
Reference in New Issue
Block a user