Beispiel #1
0
 private void UpdatePlayerPaddle()
 {
     playerPaddle.Move(PLAYER_SPEED * playerMove);
 }