Example #1
0
 public void MovePacman(Direction direction)
 {
     _gameController.ChangeDirection(direction);
 }