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,12 +1,11 @@
|
||||
namespace NadekoBot.Modules.Nsfw
|
||||
namespace NadekoBot.Modules.Nsfw;
|
||||
|
||||
public interface INsfwService
|
||||
{
|
||||
public interface INsfwService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public class NsfwService
|
||||
{
|
||||
public class NsfwService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user