Compilefehler in Backend und Entity ersetzt (ups)
This commit is contained in:
@@ -39,7 +39,7 @@ namespace WorldOfPeacecraft
|
||||
this.PosX = x;
|
||||
}
|
||||
|
||||
public int GetXPosition ()
|
||||
public int getXPosition ()
|
||||
{
|
||||
return PosX;
|
||||
}
|
||||
@@ -49,7 +49,7 @@ namespace WorldOfPeacecraft
|
||||
this.PosY = y;
|
||||
}
|
||||
|
||||
public int GetYPosition ()
|
||||
public int getYPosition ()
|
||||
{
|
||||
return PosY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user