IEntity an die richtige Stelle verschoben

This commit is contained in:
2014-05-08 01:15:47 +02:00
parent b0d3e59a75
commit 3d93a54c45
2 changed files with 1 additions and 1 deletions

View File

@@ -75,7 +75,7 @@
<Compile Include="src\Gui\IChatMessage.cs" /> <Compile Include="src\Gui\IChatMessage.cs" />
<Compile Include="src\Gui\MapPanel.cs" /> <Compile Include="src\Gui\MapPanel.cs" />
<Compile Include="src\Pathfinder.cs" /> <Compile Include="src\Pathfinder.cs" />
<Compile Include="IEntity.cs" /> <Compile Include="src\Gui\IEntity.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup /> <ItemGroup />
<ItemGroup> <ItemGroup>