//OnMouseUp calls MouseDown function from InputScript and gives this tile.
 public void OnMouseUp()
 {
     inputManager.MouseUp(this);
 }