Added WS4Net Provider

This commit is contained in:
RogueException
2016-12-16 07:33:54 -04:00
parent b166683704
commit 50688384ca
5 changed files with 270 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
using Discord.Net.WebSockets;
namespace Discord.Net.Providers.WS4Net
{
public static class WS4NetProvider
{
public static readonly WebSocketProvider Instance = () => new WS4NetClient();
}
}