SoccerTeam, Stuff from Magdeburg
This commit is contained in:
parent
343397ecf6
commit
f61eb90087
17 changed files with 666 additions and 122 deletions
|
@ -214,6 +214,16 @@ public:
|
|||
{
|
||||
return positionY;
|
||||
}
|
||||
|
||||
void AdjustPositionX(float newPosX)
|
||||
{
|
||||
this->positionX = newPosX;
|
||||
}
|
||||
|
||||
void AdjustPositionY(float newPosY)
|
||||
{
|
||||
this->positionY = newPosY;
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Reference in a new issue