Browse Source

Remove unused import from Game.cs

pull/1406/head
Chris Johnston 5 years ago
parent
commit
8fea29ed00
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.Rest/API/Common/Game.cs

+ 0
- 1
src/Discord.Net.Rest/API/Common/Game.cs View File

@@ -1,7 +1,6 @@
#pragma warning disable CS1591
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using System;
using System.Runtime.Serialization;

namespace Discord.API


Loading…
Cancel
Save