Example #1
0
 public void CommandMove(Direction direction)
 {
     _currentState.CommandMove(direction);
 }