Isolated API definitions to their own library
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl>
|
||||
<RootNamespace>Discord.Providers.WS4Net</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using Discord.Net.WebSockets;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using WebSocket4Net;
|
||||
using WS4NetSocket = WebSocket4Net.WebSocket;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user