Browse Source

Added missing using

tags/docs-0.9
RogueException 9 years ago
parent
commit
b3438c9309
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      ref/Net/Rest/IRestRequest.cs

+ 3
- 1
ref/Net/Rest/IRestRequest.cs View File

@@ -1,4 +1,6 @@
namespace Discord.Net.Rest
using System.IO;

namespace Discord.Net.Rest
{
public interface IRestRequest
{


Loading…
Cancel
Save