示例#1
0
 private void Move(char inlineCommand)
 {
     Position = _gridService.CalculatePosition(Position, Direction, inlineCommand);
 }