コード例 #1
0
 public void MoveTo(Vector2 movePoint)
 {
     _controller.MoveTo(movePoint);
 }