summaryrefslogtreecommitdiff
path: root/DSACore/DSA_Game/Characters/NPC.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-26 23:49:26 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-26 23:49:26 +0200
commit19bf37de7642ae8cdefd8fc6b4fadac3ac96ea9b (patch)
tree08e7a9b15d806777fa1b839e897a171823649ab1 /DSACore/DSA_Game/Characters/NPC.cs
parentb411aa2128c2724bec0ecedb8cb4e1ffa59f3b53 (diff)
ported most code to WebApiProject
everything except the user identification and file locations should be somewhat functional
Diffstat (limited to 'DSACore/DSA_Game/Characters/NPC.cs')
-rw-r--r--DSACore/DSA_Game/Characters/NPC.cs9
1 files changed, 5 insertions, 4 deletions
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
{