diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-17 11:12:11 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-17 11:12:11 -0500 |
commit | 3a4ad38e05d1d403cff34d5717ad95df24df9b81 (patch) | |
tree | 7e83b10b5d0275cf1e398be22b487e6d1fc8827f /src/SMAPI.Web/Framework/Clients | |
parent | 04886afd291178643638af0fc387942202a676b2 (diff) | |
download | SMAPI-3a4ad38e05d1d403cff34d5717ad95df24df9b81.tar.gz SMAPI-3a4ad38e05d1d403cff34d5717ad95df24df9b81.tar.bz2 SMAPI-3a4ad38e05d1d403cff34d5717ad95df24df9b81.zip |
fix broken link in docs, rm unneeded using
Diffstat (limited to 'src/SMAPI.Web/Framework/Clients')
-rw-r--r-- | src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs b/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs index 4ecf2f76..f4909155 100644 --- a/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs +++ b/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs @@ -1,5 +1,4 @@ using Newtonsoft.Json; -using StardewModdingAPI.Toolkit; namespace StardewModdingAPI.Web.Framework.Clients.Nexus { |