Entities werden nun auf die Map gezeichnet
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user