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/DSA_Game/Characters/NPC.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'DSACore/DSA_Game/Characters/NPC.cs') diff --git a/DSACore/DSA_Game/Characters/NPC.cs b/DSACore/DSA_Game/Characters/NPC.cs index ec8adfc..0a660ee 100644 --- a/DSACore/DSA_Game/Characters/NPC.cs +++ b/DSACore/DSA_Game/Characters/NPC.cs @@ -1,12 +1,13 @@ -using DSACore.Auxiliary; +using System; +using DSACore.Auxiliary; using DSALib.Characters; -namespace DiscoBot.Characters +namespace DSACore.Characters { using System; - using DiscoBot.Auxiliary; - using DiscoBot.DSA_Game.Characters; + using DSACore.Auxiliary; + using DSACore.DSA_Game.Characters; public class Npc : Being, ICharacter { -- cgit v1.2.3-54-g00ecf