Entities werden nun auf die Map gezeichnet

This commit is contained in:
2014-05-01 02:22:00 +02:00
parent 4b8d4d002d
commit 85102482a5
3 changed files with 34 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
using System.Collections.Generic;
namespace WorldOfPeacecraft
{
@@ -5,6 +6,10 @@ namespace WorldOfPeacecraft
{
ITile[,] GetMap();
IEnumerable<IPositionable> GetPlayers();
IEnumerable<IPositionable> GetDragons();
void Stop();
}
}