コード例 #1
0
 public void shootArrow(Vector3 mousePos)
 {
     arrowController.shootArrow(mousePos);
 }