From 19bf37de7642ae8cdefd8fc6b4fadac3ac96ea9b Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Wed, 26 Sep 2018 23:49:26 +0200 Subject: ported most code to WebApiProject everything except the user identification and file locations should be somewhat functional --- DSACore/Auxiliary/TalentEnumerableExtension.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DSACore/Auxiliary/TalentEnumerableExtension.cs') diff --git a/DSACore/Auxiliary/TalentEnumerableExtension.cs b/DSACore/Auxiliary/TalentEnumerableExtension.cs index d8af015..a4ace2f 100644 --- a/DSACore/Auxiliary/TalentEnumerableExtension.cs +++ b/DSACore/Auxiliary/TalentEnumerableExtension.cs @@ -1,7 +1,7 @@ -using System.Collections.Generic; +using DSACore.DSA_Game.Characters; +using System.Collections.Generic; using System.Linq; using System.Text; -using DiscoBot.DSA_Game.Characters; using DSALib; namespace DSACore.Auxiliary -- cgit v1.2.3-54-g00ecf