mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
12 lines
149 B
C#
12 lines
149 B
C#
namespace NadekoBot.Modules.Nsfw
|
|
{
|
|
public interface INsfwService
|
|
{
|
|
|
|
}
|
|
|
|
public class NsfwService
|
|
{
|
|
|
|
}
|
|
} |