Compilefehler in Backend und Entity ersetzt (ups)

This commit is contained in:
2014-04-09 21:16:36 +02:00
parent 022704b942
commit ad0776f25d
2 changed files with 4 additions and 4 deletions

View File

@@ -47,12 +47,12 @@ namespace Frontend
return Players[playerId];
}
public Player getDragon (int dragonId)
public Dragon getDragon (int dragonId)
{
return Dragons[dragonId];
}
public Map getMap ()
public Map getMapObject ()
{
return Map;
}