summaryrefslogtreecommitdiff
path: root/DSALib/DSA_Game/Characters/NPC.cs
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
commited26623e17e8dfcc036f88cca6de10d5a35697ec (patch)
tree26dae8b824631e6542c876c82ce0e15260c411bc /DSALib/DSA_Game/Characters/NPC.cs
parent2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (diff)
Reorganize Code delete ZoBotanica
Diffstat (limited to 'DSALib/DSA_Game/Characters/NPC.cs')
-rw-r--r--DSALib/DSA_Game/Characters/NPC.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSALib/DSA_Game/Characters/NPC.cs b/DSALib/DSA_Game/Characters/NPC.cs
index 75c3fe9..105adda 100644
--- a/DSALib/DSA_Game/Characters/NPC.cs
+++ b/DSALib/DSA_Game/Characters/NPC.cs
@@ -1,8 +1,8 @@
using System;
-using DSACore.Auxiliary;
+using DSALib.Auxiliary;
using DSALib.Characters;
-namespace DSACore.Characters
+namespace DSALib.Characters
{
public class Npc : Being, ICharacter
{