Bilder in GUI eingebunden

This commit is contained in:
2014-05-08 00:43:01 +02:00
parent 637bf538ef
commit 238ea02bb9
6 changed files with 99 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace WorldOfPeacecraft
{
public abstract class Entity : IPositionable
public abstract class Entity : IEntity
{
public int Id;
public Coordinate Coord;