mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Global usings and file scoped namespaces
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace NadekoBot.Modules.Nsfw.Common
|
||||
namespace NadekoBot.Modules.Nsfw.Common;
|
||||
|
||||
public interface IImageData
|
||||
{
|
||||
public interface IImageData
|
||||
{
|
||||
ImageData ToCachedImageData(Booru type);
|
||||
}
|
||||
ImageData ToCachedImageData(Booru type);
|
||||
}
|
Reference in New Issue
Block a user