コード例 #1
0
 public ClickAction(Vector2D loc) {
   location = loc.clone();
 }
コード例 #2
0
 public Vector2D getLocation() {
   return location.clone();
 }