Bilder in GUI eingebunden
This commit is contained in:
@@ -40,12 +40,12 @@ namespace WorldOfPeacecraft
|
||||
this.SelfId = id;
|
||||
}
|
||||
|
||||
public IEnumerable<IPositionable> GetDragons ()
|
||||
public IEnumerable<IEntity> GetDragons ()
|
||||
{
|
||||
return Dragons.Values;
|
||||
}
|
||||
|
||||
public IEnumerable<IPositionable> GetPlayers ()
|
||||
public IEnumerable<IEntity> GetPlayers ()
|
||||
{
|
||||
return Players.Values;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user