Compilefehler in Backend und Entity ersetzt (ups)
This commit is contained in:
@@ -47,12 +47,12 @@ namespace Frontend
|
|||||||
return Players[playerId];
|
return Players[playerId];
|
||||||
}
|
}
|
||||||
|
|
||||||
public Player getDragon (int dragonId)
|
public Dragon getDragon (int dragonId)
|
||||||
{
|
{
|
||||||
return Dragons[dragonId];
|
return Dragons[dragonId];
|
||||||
}
|
}
|
||||||
|
|
||||||
public Map getMap ()
|
public Map getMapObject ()
|
||||||
{
|
{
|
||||||
return Map;
|
return Map;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ namespace WorldOfPeacecraft
|
|||||||
this.PosX = x;
|
this.PosX = x;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int GetXPosition ()
|
public int getXPosition ()
|
||||||
{
|
{
|
||||||
return PosX;
|
return PosX;
|
||||||
}
|
}
|
||||||
@@ -49,7 +49,7 @@ namespace WorldOfPeacecraft
|
|||||||
this.PosY = y;
|
this.PosY = y;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int GetYPosition ()
|
public int getYPosition ()
|
||||||
{
|
{
|
||||||
return PosY;
|
return PosY;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user